Remove "just"

:)
This commit is contained in:
Brad Frost 2015-12-08 18:14:58 -05:00
parent 8faac594a6
commit 76b7e4898e

View File

@ -12,7 +12,7 @@ We don't expect everyone to have Composer installed. We bundle a version of Comp
First, [download the Zip of the Thin Edition](https://github.com/pattern-lab/patternlab-php-thin/archive/master.zip).
Second, run Composer. If you're on a Mac just navigate to your downloaded copy of Pattern Lab, open `core > scripts`. Double-click `installPatternLab.command`. Pattern Lab will set itself up. Alternatively, you can use your command line tool of choice and type the following within your downloaded copy:
Second, run Composer. If you're on a Mac navigate to your downloaded copy of Pattern Lab, open `core > scripts`. Double-click `installPatternLab.command`. Pattern Lab will set itself up. Alternatively, you can use your command line tool of choice and type the following within your downloaded copy:
php core/bin/composer.phar install
@ -32,4 +32,4 @@ To create your own editions all you need to do is fork this project and edit the
This ensures that the Mustache Pattern Engine is installed.
You'll also want to make sure to edit information such as `name`, `description`, `authors`, etc. in `composer.json` as well so they match your project. Then add your project to [Packagist](https://packagist.org/) so others can download and use your edition as well.
You'll also want to make sure to edit information such as `name`, `description`, `authors`, etc. in `composer.json` as well so they match your project. Then add your project to [Packagist](https://packagist.org/) so others can download and use your edition as well.