Skip to content

Commit 2e655e5

Browse files
committed
close #172 add documentation for windows installation
1 parent 3ba0b16 commit 2e655e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,20 @@ brew tap praqma/praqma-tap
4343
#Install git-phlow
4444
brew install git-phlow
4545
```
46-
### Alternative
46+
### Linux
4747
You can also install git-phlow running the following commands. That will download and install the project.
4848
Remember to use the latest version.
4949

5050
```shell
5151
#For linux
52-
wget https://github.com/Praqma/git-phlow/releases/download/v1.1.5/git-phlow-1.1.5-linux-amd64.tar.gz && tar -xzf git-phlow-1.1.5-linux-amd64.tar.gz && mv git-phlow /usr/local/bin
52+
wget https://github.com/Praqma/git-phlow/releases/download/v2.3.2/git-phlow-2.3.2-linux-amd64.tar.gz && tar -xzf git-phlow-2.3.2-linux-amd64.tar.gz && mv git-phlow /usr/local/bin
5353
```
5454

55+
### Windows
56+
Download the latest release [here](https://github.com/Praqma/git-phlow/releases) and extract it with zip. Place it in the windows path and now it is availbe as `git phlow`.
57+
58+
In the near future the installation will be available via [chocolatey](https://chocolatey.org/).
59+
5560
### Using git Phlow
5661
- Go to GitHub or Waffle and look at the issues
5762
- Find an issue to work on, and note it's id eg. `42`

0 commit comments

Comments
 (0)