Skip to content

Commit e8b0584

Browse files
committed
Update installation details
1 parent a616ee0 commit e8b0584

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Adafruit webIDE
22
================
33
This is a simple editor designed to help learn the Raspberry Pi and Beaglebone components, and more.
44

5-
Raspberry Pi Installation
5+
Debian Installation (Raspberry Pi and BeagleBone Black)
66
============
77

8-
On the Raspberry PI (after expanding the file system):
8+
On the Raspberry PI or BeagleBone Black (after expanding the file system):
99

1010
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
1111

@@ -21,7 +21,7 @@ If you don't need these features, feel free to manually install the editor below
2121

2222
Note: This is also the default installation for any Debian or Ubuntu operating systems
2323

24-
Beaglebone Installation (Angstrom)
24+
Angstrom Installation (BeagleBone Black)
2525
============
2626

2727
On the Beaglebone (as the default root user), execute each line independently:
@@ -53,22 +53,22 @@ as a daemon.
5353
Uninstallation
5454
============
5555

56-
On the Raspberry PI:
56+
Debian (Raspberry PI and BeagleBone Black):
5757

5858
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall.sh | sudo sh
5959

6060
Or if you installed with the .deb file:
6161

6262
sudo apt-get remove adafruitwebide
6363

64-
On the Beaglebone (as the default root user):
64+
Angstrom (BeagleBone Black, as default root user):
6565

6666
curl -k https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall-angstrom.sh | sh
6767

6868
Manual Uninstallation
6969
============
7070

71-
On the Raspberry PI:
71+
On the Raspberry PI or BeagleBone Black:
7272

7373
rm -r Adafruit-WebIDE
7474
rm ~/.ssh/id_rsa_bitbucket*

0 commit comments

Comments
 (0)