From b2a7fd3b0dff446c0079e7741cd2f868116a679f Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Sun, 9 Nov 2014 18:22:47 -0600 Subject: [PATCH] Update readme for RF24 RPi/Arduino code merge --- RPi/readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/RPi/readme.md b/RPi/readme.md index c88ac1f9..7c5d91b3 100644 --- a/RPi/readme.md +++ b/RPi/readme.md @@ -29,12 +29,10 @@ A. Make a directory to contain the RF24 and possibly RF24Network lib and enter i B. Clone the RF24 Repo - git clone https://github.com/tmrh20/RF24.git rtemp + git clone https://github.com/tmrh20/RF24.git RF24 -C. Copy the RPi library folder to the current directory, and delete the rest +C. Change to the new RF24 directory - mv rtemp/RPi/RF24 ./ - rm -r rtemp cd RF24 D. Build the library, and run an example file: