diff --git a/README.md b/README.md index 8c45c25..72da7ee 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,17 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update Installing pyenv-update as a pyenv plugin will give you access to the `pyenv update` command. - $ git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update +```sh +git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update +``` ## Usage To update pyenv and plugins (including pyenv-update itself), just type `pyenv update`. - $ pyenv update +```sh +pyenv update +``` ## Version History