Skip to content

Commit 03100f3

Browse files
authored
Update installation instructions in Linux.md
Update installation instructions in Linux.md as per the discussion.
1 parent 67392ff commit 03100f3

File tree

1 file changed

+4
-6
lines changed
  • content/software/ide-v1/tutorials/Linux

1 file changed

+4
-6
lines changed

content/software/ide-v1/tutorials/Linux/Linux.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ The file is compressed and you have to extract it in a suitable folder, remember
2727

2828
Open the **arduino-1.6.x** folder just created by the extraction process and spot the **install.sh** file. Right click on it and choose **Run in Terminal** from the contextual menu. The installation process will quickly end and you should find a new icon on your desktop.
2929

30-
If you don't find the option to run the script from the contextual menu, you have to open a Terminal window and move into the **arduino-1.6.x** folder or the folder of the version that you downloaded and run the following command:
30+
If you don't find the option to run the script from the contextual menu, you have to open a Terminal window and move into the **arduino-1.6.x** root directory and run the following command:
31+
3132
```
32-
sudo sh assets/install.sh
33+
sudo sh install.sh
3334
```
3435
NOTE:
36+
- For version>=1.6.5
3537
- Remove 'sudo' keyword if already running terminal with administrative rights.
36-
- The folder structure of the latest 1.8.19 version does not have 'assets' folder in it and the 'intall.sh' is directly placed in the "arduino-1.8.19" folder. In this case run the following command:
37-
```
38-
sudo sh install.sh
39-
```
4038

4139

4240
You should find a new icon on your desktop.

0 commit comments

Comments
 (0)