Skip to content

Commit bfbf6a5

Browse files
Justin CooperJustin Cooper
authored andcommitted
rename beaglebone installer
1 parent c775774 commit bfbf6a5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Adafruit WebIDE
22
================
33
This is a simple editor designed to help learn the Raspberry PI components, and more.
44

5-
Easiest Installation
5+
Raspberry Pi Installation
66
============
77

88
On the Raspberry PI (after expanding the file system):
@@ -12,6 +12,17 @@ On the Raspberry PI (after expanding the file system):
1212
Note: As part of the installation process, the 'webide' user is given access to sudo and sudoers,
1313
similar to the 'pi' user. This is needed in order to easily access GPIO pins from the Editor.
1414
If you don't need these features, feel free to manually install the editor below.
15+
Note: This is also the default installation for any Debian or Ubuntu operating systems
16+
17+
Beaglebone Installation (Angstrom)
18+
============
19+
20+
On the Beaglebone (as the default root user):
21+
22+
curl -k https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
23+
24+
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.
25+
Note: If you've replaced the default operating system (Angstrom) with Debian or Ubuntu, use the Raspberry Pi installation instructions.
1526

1627
Manual Installation (without process monitor)
1728
============
@@ -37,6 +48,10 @@ On the Raspberry PI:
3748

3849
curl https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall.sh | sudo sh
3950

51+
On the Beaglebone (as the default root user):
52+
53+
curl https://raw.github.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall-angstrom.sh | sh
54+
4055
Manual Uninstallation
4156
============
4257

0 commit comments

Comments
 (0)