Skip to content

Commit d78149f

Browse files
committed
include Linux_Intall_ReadME.md and Arduino2 icon
1 parent 6fc7fd3 commit d78149f

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

Diff for: Linux_Intall_ReadME.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<img src="https://content.arduino.cc/website/Arduino_logo_teal.svg" height="100" align="right" />
2+
3+
# Arduino IDE 2.x (beta) Linux Installer
4+
5+
[![Arduino IDE](https://github.com/arduino/arduino-ide/workflows/Arduino%20IDE/badge.svg)](https://github.com/arduino/arduino-ide/actions?query=workflow%3A%22Arduino+IDE%22)
6+
7+
This bash script installs the Arduino IDE 2.0 on Linux Desktop..
8+
9+
-- May 4 2021 - testing on Ubuntu 21.04 ( Hippo )
10+
11+
# Instructions
12+
13+
1). open a termina window from the directory where you installed IDE 2.0
14+
2). type ./Linux_Install.sh [option] where option is one of the following
15+
local - installs the IDE for the local user only ( default is no option is given )
16+
system - installs the IDE system wide for all users
17+
ulocal - uninstalls the IDE from the current user.
18+
usystem - uninstalls the IDE system wide from all users
19+
20+
3). go to Show Application ( button in lower left corner - or hit Home/Windows key )
21+
4). type Arduino in the search bar - you should see an icon for Arduino 2.0
22+
5). you can click on the icon to run the IDE - or right-click to add a it to the dock.
23+
24+
<!-- img src="file:// -->
25+
26+
27+
28+
29+
====================================================================================================================
30+
31+
32+
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](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.
33+
34+
## License
35+
36+
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]](mailto:[email protected]).

Diff for: arduino2.png

18.5 KB
Loading

0 commit comments

Comments
 (0)