scatolo_run/README.md

21 lines
277 B
Markdown
Raw Permalink Normal View History

2017-07-14 13:13:46 +02:00
# Versione attualmente installata
## Installazione
2017-07-14 21:20:28 +02:00
```
2017-07-14 21:26:47 +02:00
make install
2017-07-14 21:20:28 +02:00
```
2017-07-14 13:24:41 +02:00
2017-07-14 21:20:28 +02:00
È possibile modificare il path di installazione (`/usr/local/` by default):
2017-07-14 13:13:46 +02:00
2017-07-14 21:20:28 +02:00
```
2017-07-14 21:26:47 +02:00
make install PREFIX=~/.local
2017-07-14 21:20:28 +02:00
```
2017-07-14 13:24:41 +02:00
2017-07-14 21:20:28 +02:00
## Esecuzione all'avvio (bash)
2017-07-14 13:13:46 +02:00
2017-07-14 21:20:28 +02:00
```
2017-07-14 21:26:47 +02:00
echo "/usr/local/bin/scatolo.py" >> ./bashrc
2017-07-14 21:20:28 +02:00
```
2017-07-14 13:13:46 +02:00