Skip to content

Commit

Permalink
Use $HOME when setting PATH
Browse files Browse the repository at this point in the history
~ seems not to always work right.
  • Loading branch information
techee committed May 21, 2016
1 parent 0adc113 commit 209c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ To create the bundle, you need to first install JHBuild and GTK as described bel
3. Run

```
export PATH=$PATH:"~/.local/bin"
export PATH=$PATH:"$HOME/.local/bin"
```

to set path to jhbuild installed in the previous step.
Expand Down

0 comments on commit 209c954

Please sign in to comment.