From 0c244e05c0959f509171ae3245da71bc439202d2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 27 Sep 2023 21:27:41 +0200 Subject: [PATCH] Update README.md Signed-off-by: Jeroen Oudshoorn --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc848d5d..bac254de 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,14 @@ sudo reboot now ``` -Flash version 2.3.7 then run the commands at version 2.3.8 to go to latest version released. Now 2.4! +Flash version 2.3.7 then run these commands to get the latest version released. Now 2.4.2! ```BATCH -cd /usr/local/src/pwnagotchi -sudo git pull +cd /usr/local/src +rm pwnagotchi/ +sudo git clone -b v2.4.2 https://github.com/jayofelony/pwnagotchi.git +cd pwnagotchi/ sudo pip3 install . -sudo reboot +sudo reboot now ``` ---