From 9f80a4fcc81a0e0786ecb2659971b30406e56ca5 Mon Sep 17 00:00:00 2001 From: Brad Parbs Date: Thu, 3 Jan 2013 17:05:08 -0600 Subject: [PATCH] Updated Doc 00-intro to be more clear As I was going through the docs, it leads you to do a 'composer install' somewhere where it will not work, if you are following along with installation and such. It is assuming you have a 'composer.json' file in the directory already, which you may not. --- doc/00-intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 99e15ba8a..4f5529903 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -111,7 +111,9 @@ Save the file. Close your current terminal. Test usage with a new terminal: C:\Users\username> -## Using Composer +## Using Composer + +This is assuming you have a `composer.json` file in the directory. If not, please read the "[Basic Usage](01-basic-usage.md)" chapter. Next, run the `install` command to resolve and download dependencies: