Skip to content

Commit 2d329d7

Browse files
committed
Change install instructions to be SSL now.
1 parent 2d619a4 commit 2d329d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Documentation is available at http://docs.meteor.com/
1515

1616
Install Meteor:
1717

18-
curl install.meteor.com | /bin/sh
18+
curl https://install.meteor.com | /bin/sh
1919

2020
Create a project:
2121

docs/client/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Install Meteor:
4343

4444
<pre>
45-
$ curl install.meteor.com | /bin/sh
45+
$ curl https://install.meteor.com | /bin/sh
4646
</pre>
4747

4848
Create a project:

0 commit comments

Comments
 (0)