We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f88a7 commit b29afefCopy full SHA for b29afef
1 file changed
README.md
@@ -30,13 +30,11 @@ Detailed instructions are available in our [Quick Start Guide](http://files.rfdi
30
// FTDI drivers are not needed (they are built into the kernel)
31
wget http://downloads.arduino.cc/arduino-1.6.3-linux64.tar.xz
32
tar -xf arduino-1.6.3-linux64.tar.xz
33
-```
34
35
Ubuntu: sudo apt-get install default-jre
36
Fedora: sudo yum install jre
37
OpenSUSE: sudo zypper install jre
38
39
40
// otherwise the com port open will fail with permission denied (you must logout/login for change to take effect)
41
sudo usermod -aG dialout <username>
42
```
0 commit comments