mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
[README] close #893
This commit is contained in:
parent
07b864dd16
commit
9d193d7a36
10
README.md
10
README.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user