You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/software/ide-v2/tutorials/getting-started/01.ide-v2-downloading-and-installing/ide-v2-downloading-and-installing.md
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can easily download the editor from the [Arduino Software page](https://www.
21
21
22
22
### The Arduino IDE 2.0
23
23
24
-
The Arduino IDE 2.0 is an open-source project. It is a big step from it's sturdy predecessor, Arduino IDE 1.x, and comes with revamped UI, improved board & library manager, autocomplete feature and much more.
24
+
The Arduino IDE 2.0 is an open-source project. It is a big step from it's sturdy predecessor, Arduino IDE 1.x, and comes with revamped UI, improved board & library manager, debugger, autocomplete feature and much more.
25
25
26
26
### Download the Editor
27
27
@@ -51,22 +51,14 @@ You can now use the Arduino IDE 2.0 on your macOS computer!
51
51
52
52
#### Linux
53
53
54
-
To install the Arduino IDE 2.0 on Linux, extract the downloaded file into a desired folder. Extracting the file can be done in Linux by right-clicking on the downloaded file and then selecting the **Extract here** option:
54
+
To install the Arduino IDE 2.0 on Linux, first download the **AppImage 64 bits (X86-64)** from the [Arduino Software page](https://www.arduino.cc/en/software#experimental-software).
55
55
56
-

56
+
Before we can launch the editor, we need to first make it an **executable file**. This is done by:
57
+
- right-click the file,
58
+
- choose **Properties**,
59
+
- select **Permissions** tab,
60
+
- tick the **Allow executing file as program** box.
57
61
58
-
Now, go to the folder where you extracted the contents to. Then, right-click inside the folder and then select the **Open in Terminal** option:
62
+

59
63
60
-

61
-
62
-
A new terminal window should open. To launch the IDE 2.0 editor type in the terminal:
63
-
64
-
```
65
-
$ ./arduino-ide
66
-
```
67
-
68
-

69
-
70
-
You can now use the Arduino IDE 2.0 on your Linux computer!
71
-
72
-
***In Linux, The Arduino IDE 2.0 must be launched through the terminal.***
64
+
You can now double click the file to launch the Arduino IDE 2 on your Linux machine.
0 commit comments