Skip to content

Commit 5956c75

Browse files
JKraggroenborg
authored andcommitted
Added note about possible need for sudo (#295)
Moved the mv part of command to separate line to make it more clear.
1 parent 6fc5092 commit 5956c75

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/installation.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Installation
22

33
git-phlow is available on:
4-
- Linux
4+
- Linux
55
- Windows
66
- macOS
77

@@ -24,7 +24,15 @@ brew upgrade git-phlow
2424
Install git-phlow by running the following commands. This will download git-phlow from the GitHub releases, extract it and move in to the /usr/local/bin directory, and enable you to run `git phlow` in the terminal. Remember to use the latest release.
2525

2626
```shell
27-
wget https://github.com/Praqma/git-phlow/releases/download/v3.8.2/git-phlow-3.8.2-linux-amd64.tar.gz && tar -xzf git-phlow-3.8.2-linux-amd64.tar.gz && mv git-phlow /usr/local/bin
27+
wget https://github.com/Praqma/git-phlow/releases/download/v3.8.2/git-phlow-3.8.2-linux-amd64.tar.gz && tar -xzf git-phlow-3.8.2-linux-amd64.tar.gz
28+
29+
mv git-phlow /usr/local/bin
30+
```
31+
32+
You may need to run the last command with sudo, depending on your setup:
33+
34+
```
35+
sudo mv git-phlow /usr/local/bin
2836
```
2937

3038
### Windows

0 commit comments

Comments
 (0)