From 1749b8f90abe44003f7633ca4c6d782ef971d3d2 Mon Sep 17 00:00:00 2001 From: Luke Arduini Date: Wed, 16 Oct 2013 16:17:32 -0700 Subject: [PATCH] clarify ENOENT on npm install for new users --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f74605a5..d0fd76a659 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There are **two** ways to get started with Ghost: 1. Once you've downloaded one of the releases, unzip it, and place the directory wherever you would like to run the code 2. Fire up a terminal (or node command prompt in Windows) and change directory to the root of the Ghost application (where config.example.js and index.js are) -4. run `npm install --production` to install the node dependencies +4. run `npm install --production` to install the node dependencies. If you see `error Error: ENOENT` on this step, make sure you are in the project directory and try again. 4. To start ghost, run `npm start` 5. Visit `http://localhost:2368/` in your web browser or go to `http://localhost:2368/ghost` to log in