diff --git a/README.md b/README.md index 949d2324..9a9db2d1 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Install OpenJDK 11 (or higher) in the terminal: - Finally, run ```sudo apt-get install openjdk-11-jdk``` (if you just want the JRE, install `openjdk-11-jre` instead) -- Create the file ```/etc/udev/rules.d/99-switch.rules``` with the following contents: ```SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", GROUP="plugdev"``` +- Create the file ```/etc/udev/rules.d/99-switch.rules``` with the following contents: ```SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", GROUP="plugdev, MODE="0666""``` - Reload udev rules with: ```sudo udevadm control --reload-rules && sudo udevadm trigger``` @@ -404,4 +404,4 @@ The main concepts of Goldleaf are and have been developed by me (XorTroll), but - Translators: [unbranched](https://github.com/unbranched) and [exelix](https://github.com/exelix11) for Italian, [tiliarou](https://github.com/tiliarou), [FuryBaguette](https://github.com/FuryBaguette) and GOffrier#9688 for French, and [LoOkYe](https://github.com/lookye) and C4Phoenix for German. -- All the testers, for reporting bugs and helping a lot with the project's development <3 \ No newline at end of file +- All the testers, for reporting bugs and helping a lot with the project's development <3