From f5cc42df0832ba534d75f7ef14588e277ff51661 Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Mon, 6 May 2024 23:43:24 -0400 Subject: [PATCH] made into one liner --- readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index b55f9ee..d6e5895 100644 --- a/readme.md +++ b/readme.md @@ -21,9 +21,8 @@ 3) Open a command prompt on a seperate computer 4) Ping the hostname set in 1.vii to find the IPv4 address (might need `-4` flag) 5) SSH into the RPI (Raspberry Pi) -6) run `git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git` -7) run `sudo chmod 777 CNSA-276-FP/install.sh && ./CNSA-276-FP/install.sh` -8) The script should take care of the rest, the RPI will restart and then auto start the program -9) after reboot, to edit the config, SSH back in and navigate to `/CNSA/CNSA-276-FP/` -10) run `nano config.ini` -11) alter any config needed \ No newline at end of file +6) run `git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git && sudo chmod 777 CNSA-276-FP/install.sh && ./CNSA-276-FP/install.sh` +7) The script should take care of the rest, the RPI will restart and then auto start the program +8) after reboot, to edit the config, SSH back in and navigate to `/CNSA/CNSA-276-FP/` +9) run `nano config.ini` +10) alter any config needed \ No newline at end of file