From bf584c6908d056ce08835132a6b5f84a5fdea450 Mon Sep 17 00:00:00 2001 From: David Dever Date: Fri, 9 Aug 2019 09:59:25 -0700 Subject: [PATCH] Added directory creation step to instructions in README.md --- DisplayNixie/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DisplayNixie/README.md b/DisplayNixie/README.md index ecca66f..0dbeaa5 100644 --- a/DisplayNixie/README.md +++ b/DisplayNixie/README.md @@ -27,8 +27,9 @@ A simple program that show the current system time at the Nixie tubes. 2.1) or CLI way "sudo raspi-config": https://photos.app.goo.gl/wfoPd8CNLSlJ0bF83 3) cd into .../DisplayNixie/src - 4) Run 'make' - 5) Binary will be placed at .../DisplayNixie/bin/DisplayNixie, a la: + 4) mkdir ../bin (make will fail if bin folder does not exist) + 5) Run 'make' + 6) Binary will be placed at .../DisplayNixie/bin/DisplayNixie, a la: /nixie/NixieClockRaspberryPi-shaner/DisplayNixie/bin/DisplayNixie ### Сommand line options (shaner mods):