From a850b91f2512d70178af6c70f8d29f8818e45774 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sat, 30 Jul 2016 19:22:51 +0200 Subject: [PATCH] Update README.md Use the install command shown at https://www.meteor.com/install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021c811f0d..f27f3c1ff5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Next, read the [guide](http://guide.meteor.com) or the reference documentation a Install Meteor: ```bash -curl https://install.meteor.com | /bin/sh +curl https://install.meteor.com/ | sh ``` Create a project: