mirror of https://github.com/MagicStack/uvloop.git
README: Fix repo link
This commit is contained in:
parent
6502900a2f
commit
3283755b38
|
@ -39,7 +39,7 @@ To build uvloop, you'll need `Cython` and Python 3.5. The best way
|
||||||
is to create a virtual env, so that you'll have `cython` and `python`
|
is to create a virtual env, so that you'll have `cython` and `python`
|
||||||
commands pointing to the correct tools.
|
commands pointing to the correct tools.
|
||||||
|
|
||||||
1. `git clone --recursive https://github.com/1st1/uvloop.git`
|
1. `git clone --recursive git@github.com:MagicStack/uvloop.git`
|
||||||
|
|
||||||
2. `cd uvloop`
|
2. `cd uvloop`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue