You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,20 @@ brew tap praqma/praqma-tap
43
43
#Install git-phlow
44
44
brew install git-phlow
45
45
```
46
-
### Alternative
46
+
### Linux
47
47
You can also install git-phlow running the following commands. That will download and install the project.
48
48
Remember to use the latest version.
49
49
50
50
```shell
51
51
#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
53
53
```
54
54
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
+
55
60
### Using git Phlow
56
61
- Go to GitHub or Waffle and look at the issues
57
62
- Find an issue to work on, and note it's id eg. `42`
0 commit comments