Skip to content

Commit 9fba3ff

Browse files
committed
Update apps-lab-ide.md
1 parent 1519530 commit 9fba3ff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

content/software/app-lab/tutorials/01.getting-started/apps-lab-ide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,17 @@ On Windows, run the `.exe` file from your Downloads folder, and complete the ins
6565

6666
### Linux
6767

68-
On LinuxOS (Ubuntu based), unzip the downloaded file (`.zip`). Navigate to the folder and run the application.
68+
On LinuxOS (Ubuntu based), extract the downloaded file (`.tar.gz`). Navigate to the folder and run the application.
6969

7070
![Linux Installation](assets/linux.png)
7171

72+
After extracting the folder, we recommend moving it to e.g. `/Desktop` or `/Applications`:
73+
74+
```sh
75+
tar -x -f ArduinoAppLab*.tar.gz
76+
mv ArduinoAppLab*/ ~/Desktop
77+
```
78+
7279
**Note:** that currently you will need `libwebkit2gtk-4.1` installed on your machine to successfully run the Arduino App Lab. Install it by running:
7380

7481
- **Debian / Ubuntu:**

0 commit comments

Comments
 (0)