From 212dee0cd5cf91dcf79e31413be4ded06323f73e Mon Sep 17 00:00:00 2001 From: sungwook yeom Date: Fri, 17 Apr 2015 16:12:27 +0900 Subject: [PATCH] Add dollar sign in bash command --- docs/client/common/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/common/quick-start.md b/docs/client/common/quick-start.md index 6dfeae0292..1e4f03f8c2 100644 --- a/docs/client/common/quick-start.md +++ b/docs/client/common/quick-start.md @@ -8,7 +8,7 @@ On Windows? [Download the official Meteor installer here](https://install.meteo On OS X or Linux? Install the latest official Meteor release from your terminal: ```bash -curl https://install.meteor.com/ | sh +$ curl https://install.meteor.com/ | sh ``` The Windows installer supports Windows 7, Windows 8.1, Windows Server