Skip to content

Commit

Permalink
Add purge instructions
Browse files Browse the repository at this point in the history
Prior to this commit the README did not include the usecase of a user already having
arduino installed. This commit addresses that by including an apt-get purge
instruction.
  • Loading branch information
rebpdx committed Jul 16, 2018
1 parent b12b5be commit 010bac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ sudo apt install build-essential cmake


A manual Arduino install is required since the debian package is older than 1.8.5 A manual Arduino install is required since the debian package is older than 1.8.5
``` ```
sudo apt-get purge arduino arduino-core
wget http://arduino.cc/download.php?f=/arduino-1.8.5-linux64.tar.xz -O arduino-1.8.5.tar.xz wget http://arduino.cc/download.php?f=/arduino-1.8.5-linux64.tar.xz -O arduino-1.8.5.tar.xz
tar -xf arduino-1.8.5.tar.xz tar -xf arduino-1.8.5.tar.xz
cd arduino-1.8.5 cd arduino-1.8.5
Expand Down

0 comments on commit 010bac4

Please sign in to comment.