diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-11-09 22:57:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 22:57:47 -0500 |
commit | d0e9a553468424b53aeb9907201d0b4f5aa4fad2 (patch) | |
tree | 8a43a0d760105cb174387dd4c7b4dfbea7289800 | |
parent | 60dc0504bf46e9ece179da9b20c54e0e2a3e11c6 (diff) | |
parent | 374f23c5807d2e89de6be148761b0201cbfad36a (diff) |
Merge pull request #1939 from getong/fix_install_output
fix install output result
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ The rebar3 escript can also extract itself with a run script under the user's ho $ ./rebar3 local install ===> Extracting rebar3 libs to ~/.cache/rebar3/lib... ===> Writing rebar3 run script ~/.cache/rebar3/bin/rebar3... -===> Add to $PATH for use: export PATH=$PATH:~/.cache/rebar3/bin +===> Add to $PATH for use: export PATH=~/.cache/rebar3/bin:$PATH ``` To keep it up to date after you've installed rebar3 this way you can use `rebar3 local upgrade` which |