Update README.md

This commit is contained in:
alltern 2024-10-09 22:48:16 -04:00 committed by GitHub
parent 793ff4ea7a
commit fdba5b7ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ sudo apt purge ModemManager
git clone https://github.com/bkerler/edl.git git clone https://github.com/bkerler/edl.git
cd edl cd edl
git submodule update --init --recursive git submodule update --init --recursive
chmod +x ./install-linux-edl-drivers.sh
bash ./install-linux-edl-drivers.sh bash ./install-linux-edl-drivers.sh
python3 setup.py build python3 setup.py build
sudo python3 setup.py install sudo python3 setup.py install