diff --git a/README.md b/README.md index 26ac5cb7..6a0449b2 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,17 @@ Have a look at our [bash-it-docker repository](https://github.com/Bash-it/bash-i ### Updating -To update Bash-it to the latest version, simply run: +To update Bash-it to the latest stable version, simply run: ```bash -bash-it update +bash-it update stable ``` -that's all. +If you want to update to the latest dev version (directly from master), run: + +```bash +bash-it update dev +``` If you are using an older version of Bash-it, it's possible that some functionality has changed, or that the internal structure of how Bash-it organizes its functionality has been updated. For these cases, we provide a `migrate` command: