mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Fix typo in README.md (#2535)
There was a space at the beginning of the `git clone` command
This commit is contained in:
parent
13d8568620
commit
6d13db992f
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -258,14 +258,14 @@ easy to fork and contribute any changes back upstream.
|
|||
|
||||
* **Check out Pyenv where you want it installed.**
|
||||
A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else):
|
||||
|
||||
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||
|
||||
```
|
||||
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
|
||||
```
|
||||
* Optionally, try to compile a dynamic Bash extension to speed up Pyenv. Don't
|
||||
worry if it fails; Pyenv will still work normally:
|
||||
|
||||
cd ~/.pyenv && src/configure && make -C src
|
||||
|
||||
```
|
||||
cd ~/.pyenv && src/configure && make -C src
|
||||
```
|
||||
|
||||
### Set up your shell environment for Pyenv
|
||||
|
||||
|
|
Loading…
Reference in a new issue