From 6a7384ae0f18e652ef6ddf86eeddfe10ba88f5ba Mon Sep 17 00:00:00 2001 From: Tobias Bora Date: Sat, 7 Dec 2013 23:34:10 +0100 Subject: [PATCH] Minor README modification. --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index b94abcf..cd6c62d 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,8 @@ * Use To use it just run : make -and then ./sapin_noel.bin +and then +: sudo ./sapin_noel.bin * Goal This script uses the wiringPi library http://wiringpi.com/ (thank you for your job) and adapt it in order to make it usable in Ocaml. Must common functions are implemented (see wiringPiOcaml.ml) but lot's a function aren't present for the moment. It's very simple to add these functions, so you can add them and if you want I can add your modifications.