소스 검색

Fix typo in README.md (#2535)

There was a space at the beginning of the `git clone` command
pull/2538/head
weensy 3 년 전
committed by GitHub
부모
커밋
6d13db992f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      README.md

+ 6
- 6
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

불러오는 중...
취소
저장