Skip to content

Commit 4beaee2

Browse files
committed
use githubusercontent
1 parent da72c8c commit 4beaee2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Raspberry Pi Installation
77

88
On the Raspberry PI (after expanding the file system):
99

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
1111

1212
Alternatively, you can install using the .deb file:
1313

@@ -27,7 +27,7 @@ Beaglebone Installation (Angstrom)
2727
On the Beaglebone (as the default root user), execute each line independently:
2828

2929
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
3131

3232
Note: The curl -k command is used due to the Beaglebone not having the github SSL certificate in the default installation.
3333

@@ -55,15 +55,15 @@ Uninstallation
5555

5656
On the Raspberry PI:
5757

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
5959

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

6262
sudo apt-get remove adafruitwebide
6363

6464
On the Beaglebone (as the default root user):
6565

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
6767

6868
Manual Uninstallation
6969
============
@@ -101,14 +101,14 @@ Advanced Options
101101

102102
Offline Mode Installation:
103103

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
105105

106106
Note: Offline mode does not setup git in any way other than installing it. You'll want to git config your
107107
email and name, and setup your ssh keys.
108108

109109
GitHub Mode Installation:
110110

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
112112

113113
Note: GitHub mode does not automatically create, and post an ssh key to your GitHub account. It requires
114114
a bit more manual setup at this time.
@@ -129,4 +129,4 @@ http://www.gnu.org/licenses/agpl-3.0.html
129129

130130
SCREENSHOTS
131131
===========
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

Comments
 (0)