diff --git a/Code/thermal_printer/README.md b/Code/thermal_printer/README.md index d0a814d..3859146 100644 --- a/Code/thermal_printer/README.md +++ b/Code/thermal_printer/README.md @@ -20,3 +20,9 @@ print the test page `echo -en "\x12\x54" > /tmp/DEVTERM_PRINTER_IN` +### How to run it from source + +* make +* sudo systemctl stop devterm-printer +* sudo cp -rf devterm_thermal_printer.elf /usr/local/bin +* sudo systemctl start devterm-printer