Browse Source

Make "Automatic installer" command a copy-able code block (#2874)

pull/2876/head
Ryan Williams 8 months ago
committed by GitHub
parent
commit
920d8d4dbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -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…
Cancel
Save