From 67a6086861062eb4e2b960d515946c6a54b9e283 Mon Sep 17 00:00:00 2001 From: palo Date: Thu, 19 Oct 2023 18:14:05 +0200 Subject: [PATCH] Fixed README - third time's the charm --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3ba7d3e..f5bd22e 100644 --- a/README.md +++ b/README.md @@ -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 -`` +```