1
0
Fork 0

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.
pull/1450/head
Brad Parbs 2013-01-03 17:05:08 -06:00
parent 1beccf9f0f
commit 9f80a4fcc8
1 changed files with 3 additions and 1 deletions

View File

@ -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: