README
This commit is contained in:
parent
829654c95d
commit
8593bfc1e8
1 changed files with 31 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
FEEDATI
|
||||
=======
|
||||
|
||||
La nuova frontiera dello smanettamento con gli RSS
|
||||
|
||||
## Installami
|
||||
|
||||
Serve installare le seguenti cosucce:
|
||||
|
||||
- GNU make
|
||||
- docker
|
||||
- docker-compose
|
||||
|
||||
## Configurami
|
||||
|
||||
Ci pensa il Makefile:
|
||||
|
||||
```
|
||||
make build
|
||||
```
|
||||
|
||||
## Giocare
|
||||
|
||||
Ogni volta che si vuole giocare:
|
||||
|
||||
```
|
||||
make run
|
||||
```
|
||||
|
||||
Per fermare il giochino dai un bel ctrl+c. Puoi riprendere
|
||||
in qualsiasi momento con `make run`.
|
Loading…
Reference in a new issue