Skip to content

Commit

Permalink
Just to clarify that this isn't always necessary
Browse files Browse the repository at this point in the history
I like to keep install instructions minimal.
  • Loading branch information
dbolser authored and thehenrytsai committed Sep 13, 2019
1 parent a8733d4 commit f89212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We use snap to simplify installation of certain services. Run the following comm
sudo apt install snapd
```

Add the snap binaries directory to your path by adding the following line in ~/.bash_profile
You may need to add the snap binaries directory to your path by adding the following line in ~/.bash_profile
```
PATH="$PATH:/snap/bin"
```
Expand Down

0 comments on commit f89212a

Please sign in to comment.