Skip to content

Commit

Permalink
Merge pull request #205 from Florin9doi/fix
Browse files Browse the repository at this point in the history
Update config.txt path
  • Loading branch information
Berny23 authored Aug 5, 2024
2 parents 56df10d + 2df7e2d commit 798203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Allows you to connect an emulated Toy Pad to your PC or video-game console.
```bash
sudo apt update
sudo apt install -y git libusb-1.0-0-dev libudev-dev
echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt
[[ -f /boot/firmware/config.txt ]] && ( echo "dtoverlay=dwc2" | sudo tee -a /boot/firmware/config.txt ) || ( echo "dtoverlay=dwc2" | sudo tee -a /boot/config.txt )
echo "dwc2" | sudo tee -a /etc/modules
echo "libcomposite" | sudo tee -a /etc/modules
echo "usb_f_rndis" | sudo tee -a /etc/modules
Expand Down

0 comments on commit 798203f

Please sign in to comment.