Ver a proveniência

Update README.md - clone through https instead of git

git:// protocol is blocked by a lot of servers, https works fine.
pull/307/head
cloudlite há 9 anos
ascendente
cometimento
dbd50e7bd9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver ficheiro

@ -171,7 +171,7 @@ easy to fork and contribute any changes back upstream.
1. **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 git://github.com/yyuu/pyenv.git ~/.pyenv
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
2. **Define environment variable `PYENV_ROOT`** to point to the path where

Carregando…
Cancelar
Guardar