Skip to content

Commit b8ad85e

Browse files
authored
Update install-pre-release.md
1 parent 678d609 commit b8ad85e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/SoW/install-pre-release.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
## Install pre-release binary from AWS bucket
22

3-
Start by installing git-phlow via scoop, so the scoop folder structure has been created and the PATHS are set correctly. This can be skipped if you already have git-phlow installed via scoop or you know access and `exe` file within the windows path from powershell.
3+
Start by installing git-phlow via scoop, so the scoop folder structure has been created and the PATHS are set correctly. This can be skipped if you already have git-phlow installed via scoop or if you know how to access `exe` files within the windows path from powershell.
44

55
1. Download the binary from AWS and unzip it. It should contain a `git-phlow.exe` file.
66

77
2. Navigate to your scoop folder which is commonly located at `C:\Users\$USER\scoop\apps\git-phlow`.
88

9-
You will have folder called current, which contains a `git-phlow.exe` and two JSON files. Replace the `git-phlow.exe` with the `git-phlow.exe` you dowloaded from AWS. This only works if you used the scoop installation.
9+
3. You will have folder called current, which contains a `git-phlow.exe` and two JSON files. Replace the `git-phlow.exe` with the `git-phlow.exe` you dowloaded from AWS. This only works if you used the scoop installation.
1010

11-
Now you should successfully have installed the pre-release.
11+
12+
This is a workaround until we have beta-releases on scoop available. If you wan't to see that scoop have registered the changes you can run `scoop status` which will tell you that the version is outdated and that the manifest is wrong because of the new `git-phlow.exe` file. When there is a new actual release, scoop should just override the beta and install the new version.
13+
14+
15+
If the steps have been followed, you should have a successfully installed pre-release of git-phlow.
1216

1317

1418

0 commit comments

Comments
 (0)