5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:41:59 +08:00

[website] Update bleeding edge guide

This commit is contained in:
Lea\Anthony 2021-11-30 19:15:58 +11:00
parent b09825ab0f
commit 3371967dad

View File

@ -16,15 +16,15 @@ NOTE: The directory that you cloned the project into will now be called "clonedi
The Wails CLI will now be at the very latest version. To update projects to use the latest version, update the project's
`go.mod` and ensure the following line is at the bottom of the file:
`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => <clonedir>`
`replace github.com/wailsapp/wails/v2 => <clonedir>`
Example:
On Windows:
`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => C:\Users\leaan\Documents\wails-v2-beta\wails\v2`
`replace github.com/wailsapp/wails/v2 => C:\Users\leaan\Documents\wails-v2-beta\wails\v2`
On 'nix:
`replace github.com/wailsapp/wails/v2 v2.0.0-beta.20 => /home/me/projects/wails/v2`
`replace github.com/wailsapp/wails/v2 => /home/me/projects/wails/v2`
To revert back to a stable version, run: