From 47bf92850c6e0adc8ad1ad3cbd14f20eabff387d Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 25 Mar 2022 21:02:56 +1100 Subject: [PATCH] Update bleeding-edge.mdx --- website/docs/guides/bleeding-edge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/bleeding-edge.mdx b/website/docs/guides/bleeding-edge.mdx index 77ba5ebc..65a48691 100644 --- a/website/docs/guides/bleeding-edge.mdx +++ b/website/docs/guides/bleeding-edge.mdx @@ -35,7 +35,7 @@ To revert back to a stable version, run: 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 +- `git checkout -b branch-to-test --track origin/branch-to-test` - `cd wails/v2/cmd/wails` - `go install`