Skip to content

Commit 776b206

Browse files
authored
Generalise version number in linux install instructions
1 parent 8942978 commit 776b206

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The file is compressed and you have to extract it in a suitable folder, remember
2525

2626
### Run the Install Script
2727

28-
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.
28+
Open the **arduino-1.x.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** root directory 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.x.x** root directory and run the following command:
3131

3232
```
3333
sudo sh install.sh

0 commit comments

Comments
 (0)