Fix readme

master
subnixr 2017-07-14 21:26:47 +02:00
parent 2c8e28ddd0
commit 51a96e2be2
1 changed files with 3 additions and 3 deletions

View File

@ -3,18 +3,18 @@
## Installazione
```
# make install
make install
```
È possibile modificare il path di installazione (`/usr/local/` by default):
```
# make install PREFIX=~/.local
make install PREFIX=~/.local
```
## Esecuzione all'avvio (bash)
```
$ echo "/usr/local/bin/scatolo.py" >> ./bashrc
echo "/usr/local/bin/scatolo.py" >> ./bashrc
```