Change install instructions to be SSL now.

This commit is contained in:
Nick Martin
2012-06-27 18:17:10 -07:00
parent 2d619a4930
commit 2d329d7c44
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ Documentation is available at http://docs.meteor.com/
Install Meteor:
curl install.meteor.com | /bin/sh
curl https://install.meteor.com | /bin/sh
Create a project:

View File

@@ -42,7 +42,7 @@ white -->
Install Meteor:
<pre>
$ curl install.meteor.com | /bin/sh
$ curl https://install.meteor.com | /bin/sh
</pre>
Create a project: