Remove leading $ from commands in README.md (#26)

This makes it easier to copy+paste commands from the readme as it appears on GitHub.
This commit is contained in:
James Hoctor
2025-02-21 13:15:45 -05:00
committed by GitHub
parent 172a0edc54
commit 39b088e56c

View File

@@ -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 Installing pyenv-update as a pyenv plugin will give you access to the
`pyenv update` command. `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 ## Usage
To update pyenv and plugins (including pyenv-update itself), just type `pyenv update`. To update pyenv and plugins (including pyenv-update itself), just type `pyenv update`.
$ pyenv update ```sh
pyenv update
```
## Version History ## Version History