@@ -2,10 +2,10 @@ Adafruit webIDE
2
2
================
3
3
This is a simple editor designed to help learn the Raspberry Pi and Beaglebone components, and more.
4
4
5
- Raspberry Pi Installation
5
+ Debian Installation ( Raspberry Pi and BeagleBone Black)
6
6
============
7
7
8
- On the Raspberry PI (after expanding the file system):
8
+ On the Raspberry PI or BeagleBone Black (after expanding the file system):
9
9
10
10
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
11
11
@@ -21,7 +21,7 @@ If you don't need these features, feel free to manually install the editor below
21
21
22
22
Note: This is also the default installation for any Debian or Ubuntu operating systems
23
23
24
- Beaglebone Installation (Angstrom )
24
+ Angstrom Installation (BeagleBone Black )
25
25
============
26
26
27
27
On the Beaglebone (as the default root user), execute each line independently:
@@ -53,22 +53,22 @@ as a daemon.
53
53
Uninstallation
54
54
============
55
55
56
- On the Raspberry PI:
56
+ Debian ( Raspberry PI and BeagleBone Black) :
57
57
58
58
curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall.sh | sudo sh
59
59
60
60
Or if you installed with the .deb file:
61
61
62
62
sudo apt-get remove adafruitwebide
63
63
64
- On the Beaglebone (as the default root user):
64
+ Angstrom (BeagleBone Black, as default root user):
65
65
66
66
curl -k https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall-angstrom.sh | sh
67
67
68
68
Manual Uninstallation
69
69
============
70
70
71
- On the Raspberry PI:
71
+ On the Raspberry PI or BeagleBone Black :
72
72
73
73
rm -r Adafruit-WebIDE
74
74
rm ~/.ssh/id_rsa_bitbucket*
0 commit comments