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

Update bleeding-edge.mdx

This commit is contained in:
Lea Anthony 2022-03-25 21:02:36 +11:00 committed by GitHub
parent e314c41337
commit f98571fae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,4 +28,14 @@ On 'nix:
To revert back to a stable version, run: To revert back to a stable version, run:
`go install github.com/wailsapp/wails/v2/cmd/wails@latest` `go install github.com/wailsapp/wails/v2/cmd/wails@latest`
## Testing a Branch
If you want to test a branch, follow the instructions above, but ensure you switch the branch you want to test before installing:
- `git clone https://github.com/wailsapp/wails`
- `git checkout -b branch-to-test --track origin/branch-to-test
- `cd wails/v2/cmd/wails`
- `go install`