From 776b206ffc62c7f8256db1d14fd177f0229eb1ee Mon Sep 17 00:00:00 2001 From: Luke Dennis Date: Sat, 16 Jul 2022 16:28:24 +1000 Subject: [PATCH] Generalise version number in linux install instructions --- content/software/ide-v1/tutorials/Linux/Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/software/ide-v1/tutorials/Linux/Linux.md b/content/software/ide-v1/tutorials/Linux/Linux.md index 49aea97cdb..f661d246bb 100644 --- a/content/software/ide-v1/tutorials/Linux/Linux.md +++ b/content/software/ide-v1/tutorials/Linux/Linux.md @@ -25,9 +25,9 @@ The file is compressed and you have to extract it in a suitable folder, remember ### Run the Install Script -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. +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. -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: +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: ``` sudo sh install.sh