master
subnixr 2017-07-14 21:26:47 +02:00
förälder 2c8e28ddd0
incheckning 51a96e2be2
1 ändrade filer med 3 tillägg och 3 borttagningar

Visa fil

@ -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
```