summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 843c4cb..0fa486a 100644
--- a/README.md
+++ b/README.md
@@ -74,13 +74,13 @@ Stable versions can be obtained from the [releases page](https://github.com/reba
The rebar3 escript can also extract itself with a run script under the user's home directory:
```bash
-$ ./rebar3 unstable install
+$ ./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
```
-To keep it up to date after you've installed rebar3 this way you can use `rebar3 unstable upgrade` which
+To keep it up to date after you've installed rebar3 this way you can use `rebar3 local upgrade` which
fetches the latest nightly and extracts to the same place as above.
Rebar3 may also be available on various OS-specific package managers such as