[README] close #893

This commit is contained in:
Mort Yao 2016-02-05 16:45:05 +01:00
parent 07b864dd16
commit 9d193d7a36

View File

@ -72,7 +72,13 @@ You may either download the [stable](https://github.com/soimort/you-get/archive/
Alternatively, run
```
$ make install
$ [sudo] python3 setup.py install
```
Or
```
$ python3 setup.py install --user
```
to install `you-get` to a permanent path.
@ -85,7 +91,7 @@ This is the recommended way for all developers, even if you don't often code in
$ git clone git://github.com/soimort/you-get.git
```
Then put the cloned directory into your `PATH`, or run `make install` to install `you-get` to a permanent path.
Then put the cloned directory into your `PATH`, or run `./setup.py install` to install `you-get` to a permanent path.
## Upgrading