Skip to content

Commit 8ecb672

Browse files
Apply suggestions from code review
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent 9fba3ff commit 8ecb672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ On LinuxOS (Ubuntu based), extract the downloaded file (`.tar.gz`). Navigate to
6969

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

72-
After extracting the folder, we recommend moving it to e.g. `/Desktop` or `/Applications`:
72+
After extracting the folder, we recommend moving it to e.g. `$HOME/Desktop` or `$HOME/Applications`:
7373

7474
```sh
75-
tar -x -f ArduinoAppLab*.tar.gz
75+
tar -xf ArduinoAppLab*.tar.gz
7676
mv ArduinoAppLab*/ ~/Desktop
7777
```
7878

79-
**Note:** that currently you will need `libwebkit2gtk-4.1` installed on your machine to successfully run the Arduino App Lab. Install it by running:
79+
**Note:** you will need `libwebkit2gtk-4.1` installed on your machine to successfully run the Arduino App Lab. Install it by running:
8080

8181
- **Debian / Ubuntu:**
8282
```sh

0 commit comments

Comments
 (0)