From ac2e12050b2346788304512625daee2f2d788f17 Mon Sep 17 00:00:00 2001 From: haotian2004 <3210467831@qq.com> Date: Mon, 9 Jan 2023 09:54:52 +0800 Subject: [PATCH] Add files via upload --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ```