We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d619a4 commit 2d329d7Copy full SHA for 2d329d7
README.md
@@ -15,7 +15,7 @@ Documentation is available at http://docs.meteor.com/
15
16
Install Meteor:
17
18
- curl install.meteor.com | /bin/sh
+ curl https://install.meteor.com | /bin/sh
19
20
Create a project:
21
docs/client/introduction.html
@@ -42,7 +42,7 @@
42
43
44
<pre>
45
-$ curl install.meteor.com | /bin/sh
+$ curl https://install.meteor.com | /bin/sh
46
</pre>
47
48
0 commit comments