瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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

Loading…
取消
儲存