mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-08 11:33:49 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user