Skip to content

Commit c024184

Browse files
committed
Move to .txt instead of .md - more suitable for Linux
1 parent bc4b309 commit c024184

File tree

2 files changed

+32
-36
lines changed

2 files changed

+32
-36
lines changed

Diff for: Linux_Intall_ReadME.md

-36
This file was deleted.

Diff for: Linux_Intall_ReadME.txt

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# Arduino IDE 2.x (beta) Linux Installer by Art Sayler - https://ArduinoShop.ca
3+
4+
This bash script installs the Arduino IDE 2.0 on the Linux Desktop..
5+
6+
-- May 4 2021 - testing on Ubuntu 21.04 ( Hippo )
7+
8+
# Instructions
9+
10+
1). open a termina window from the directory where you installed IDE 2.0.
11+
12+
2). type ./Linux_Install.sh [option] where option is one of the following:
13+
local - installs the IDE for the local user only ( default if no option is given ).
14+
system - installs the IDE system wide for all users.
15+
ulocal - uninstalls the IDE from the current user.
16+
usystem - uninstalls the IDE system wide from all users.
17+
18+
3). go to "Show Applications" ( button in lower left corner - or hit Home/Windows key )
19+
20+
4). type Arduino in the search bar - you should see an icon for Arduino 2.0
21+
22+
5). click on the icon to run the IDE - or right-click to add it to the dock.
23+
24+
25+
====================================================================================================================
26+
27+
28+
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider donating to support our work, as well as buying original Arduino boards which is the best way to make sure our efforts can continue in the long term.
29+
30+
## License
31+
32+
The code contained in this repository and the executable distributions are licensed under the terms of the GNU AGPLv3. The executable distributions contain third-party code licensed under other compatible licenses such as GPLv2, MIT and BSD-3. If you have questions about licensing please contact us at [email protected]

0 commit comments

Comments
 (0)