@@ -7,7 +7,7 @@ Raspberry Pi Installation
7
7
8
8
On the Raspberry PI (after expanding the file system):
9
9
10
- curl https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
10
+ curl https://raw.githubusercontent .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh
11
11
12
12
Alternatively, you can install using the .deb file:
13
13
@@ -27,7 +27,7 @@ Beaglebone Installation (Angstrom)
27
27
On the Beaglebone (as the default root user), execute each line independently:
28
28
29
29
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
30
- curl -k https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
30
+ curl -k https://raw.githubusercontent .com/adafruit/Adafruit-WebIDE/alpha/scripts/install-angstrom.sh | sh
31
31
32
32
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.
33
33
@@ -55,15 +55,15 @@ Uninstallation
55
55
56
56
On the Raspberry PI:
57
57
58
- curl https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall.sh | sudo sh
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
64
On the Beaglebone (as the default root user):
65
65
66
- curl -k https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall-angstrom.sh | sh
66
+ curl -k https://raw.githubusercontent .com/adafruit/Adafruit-WebIDE/alpha/scripts/uninstall-angstrom.sh | sh
67
67
68
68
Manual Uninstallation
69
69
============
@@ -101,14 +101,14 @@ Advanced Options
101
101
102
102
Offline Mode Installation:
103
103
104
- curl https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh -s - --offline
104
+ curl https://raw.githubusercontent .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh -s - --offline
105
105
106
106
Note: Offline mode does not setup git in any way other than installing it. You'll want to git config your
107
107
email and name, and setup your ssh keys.
108
108
109
109
GitHub Mode Installation:
110
110
111
- curl https://raw.github .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh -s - --github
111
+ curl https://raw.githubusercontent .com/adafruit/Adafruit-WebIDE/alpha/scripts/install.sh | sudo sh -s - --github
112
112
113
113
Note: GitHub mode does not automatically create, and post an ssh key to your GitHub account. It requires
114
114
a bit more manual setup at this time.
@@ -129,4 +129,4 @@ http://www.gnu.org/licenses/agpl-3.0.html
129
129
130
130
SCREENSHOTS
131
131
===========
132
- ![ ScreenShot] ( http://www.adafruit.com/adablog/wp-content/uploads/2012/10/WebIDE_Alpha.jpg )
132
+ ![ ScreenShot] ( http://www.adafruit.com/adablog/wp-content/uploads/2012/10/WebIDE_Alpha.jpg )
0 commit comments