forked from varia/distribusi
added a few lines on how to add distribusi to the $PATH variable
This commit is contained in:
parent
7f7ee5a8ce
commit
870aa07839
10
README.md
10
README.md
@ -28,6 +28,16 @@ Using [--user] or [a virtual environment] is recommended:
|
|||||||
$ pip install --user distribusi
|
$ pip install --user distribusi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: check if the path of your local bin is added to your shell path (otherwise you cannot run distribusi from the shell directly).
|
||||||
|
|
||||||
|
To check where distribusi is installed:
|
||||||
|
|
||||||
|
$ find * | grep distribusi
|
||||||
|
|
||||||
|
Add local bin to the $PATH variable:
|
||||||
|
|
||||||
|
$ PATH=$PATH:/home/USERNAME/.local/bin/
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Get help with:
|
Get help with:
|
||||||
|
Loading…
Reference in New Issue
Block a user