@@ -2,7 +2,7 @@ Adafruit WebIDE
22================
33This is a simple editor designed to help learn the Raspberry PI components, and more.
44
5- Easiest Installation
5+ Raspberry Pi Installation
66============
77
88On the Raspberry PI (after expanding the file system):
@@ -12,6 +12,17 @@ On the Raspberry PI (after expanding the file system):
1212Note: As part of the installation process, the 'webide' user is given access to sudo and sudoers,
1313similar to the 'pi' user. This is needed in order to easily access GPIO pins from the Editor.
1414If 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
1627Manual 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+
4055Manual Uninstallation
4156============
4257
0 commit comments