浏览代码

python-build: Replace deprecated git protocol in the README (#2413)

pull/2414/head
Sorin Sbarnea 4 年前
提交者 GitHub
父节点
当前提交
0990e7843d
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/python-build/README.md

+ 1
- 1
plugins/python-build/README.md 查看文件

@ -24,7 +24,7 @@ Installing python-build as a standalone program will give you access to the
`python-build` command for precise control over Python version installation. If you
have pyenv installed, you will also be able to use the `pyenv install` command.
git clone git://github.com/pyenv/pyenv.git
git clone https://github.com/pyenv/pyenv.git
cd pyenv/plugins/python-build
./install.sh

正在加载...
取消
保存