Fix readme
This commit is contained in:
parent
2c8e28ddd0
commit
51a96e2be2
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user