diff --git a/README.md b/README.md index 74e2861..3856e0d 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,18 @@ User: user, Password:user (based on Ubuntu 22.04 LTS) #### Install python >=3.8, git and other deps +#### For Debian/Ubuntu ``` sudo apt install python3 git libusb-1.0-0 python3-pip ``` +#### For ArchLinux +``` +(sudo) pacman -S python python-pip git libusb +``` +or +``` +yay -S python python-pip git libusb +``` #### Grab files ```