Skip to content

Commit

Permalink
Change install instructions to be SSL now.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Jun 28, 2012
1 parent 2d619a4 commit 2d329d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/client/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Install Meteor:

<pre>
$ curl install.meteor.com | /bin/sh
$ curl https://install.meteor.com | /bin/sh
</pre>

Create a project:
Expand Down

0 comments on commit 2d329d7

Please sign in to comment.