Update README.md

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-27 21:27:41 +02:00
committed by GitHub
parent b230cec6ad
commit 0c244e05c0

View File

@ -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
```
---