Add README documentation on updating asdf

This commit is contained in:
Jeremy Weathers 2018-11-09 14:26:01 -06:00
parent 76a4177066
commit c7c9981ab5

View File

@ -128,6 +128,18 @@ asdf plugin-update <name>
# asdf plugin-update erlang
```
##### Update asdf itself
```bash
asdf update
```
If you want the latest changes that aren't yet included in a stable release:
```bash
asdf update --head
```
### Manage versions
```bash