mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Make "Automatic installer" command a copy-able code block (#2874)
This commit is contained in:
parent
2d85075123
commit
920d8d4dbe
1 changed files with 3 additions and 1 deletions
|
@ -238,7 +238,9 @@ As far as Pyenv is concerned, version names are simply directories under
|
|||
|
||||
##### Automatic installer
|
||||
|
||||
`curl https://pyenv.run | bash`
|
||||
```bash
|
||||
curl https://pyenv.run | bash
|
||||
```
|
||||
|
||||
For more details visit our other project:
|
||||
https://github.com/pyenv/pyenv-installer
|
||||
|
|
Loading…
Reference in a new issue