diff --git a/README.md b/README.md index 7cf47c4b..6502b4f6 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,18 @@ asdf plugin-update # 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