Fixed README - third time's the charm

main
palo 2023-10-19 18:14:05 +02:00 committed by Palo
parent 123773f9f5
commit 67a6086861
1 changed files with 6 additions and 7 deletions

View File

@ -8,20 +8,19 @@ Presuppone che la stampante sia attaccata via seriale con un adattatore usb e ac
Per compilare
``
```sh
$ go build
$ chmod +x ./Scontrini
``
```
Per la TUI
``
```sh
$ ./Scontrini
``
```
Si può anche pipare da programmi esterni
``
```sh
$ echo "Printa sto cazzo" | ./Scontrini
``
```