From 6da919f4340ff3ec0e30845ff5cc38442644ddfa Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 13 Oct 2016 11:55:40 +0300 Subject: [PATCH] Don't use $PS1 prompt to indicate `cwd`. Be more explicit. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1767105485..44b7cd5543 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ can run Meteor directly from a Git checkout using these steps: anywhere you would normally call the system `meteor`. For example,: ```sh - any-app-directory $ /path/to/meteor-checkout/meteor + $ cd my-app/ + $ /path/to/meteor-checkout/meteor run ``` > _Note:_ When running from a `git` checkout, you cannot pin apps to specific