mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Change install instructions to be SSL now.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user