Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 5cdf2dd

Browse files
committed
direction changes and handling an install via 'composer install'
1 parent f251ce3 commit 5cdf2dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ Please follow the directions for [installing Composer](https://getcomposer.org/d
3939
Use Composer's [`create-project` command](https://getcomposer.org/doc/03-cli.md#create-project) to install the Standard Edition for Mustache into a location of your choosing. To create a project do the following:
4040

4141
1. In a terminal window navigate to the root of your project
42-
2. Type `composer create-project pattern-lab/edition-mustache-webdesignday your-project-name && cd $_`
42+
2. Type `composer create-project pattern-lab/edition-mustache-standard patternlab2-example && cd $_`
4343

4444
This will install the Standard Edition for Mustache into a directory called `your-project-name` in `install/location/`. When prompted choose the "demo" StarterKit. You will be automatically dropped into the project directory after the process is finished.
4545

46+
**Note:** If you download this repository and use `composer install` to install the project dependencies you'll need to type the following to install the demo StarterKit:
47+
48+
composer install-demo
49+
4650
## Get Up and Running
4751

4852
After installing do the following to start and view Pattern Lab:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"generate": "php core/console --generate",
3636
"watch": "php core/console --watch",
3737
"start": "php core/console --server --with-watch",
38+
"install-demo": "php core/console --starterkit --install pattern-lab/starterkit-mustache-demo",
3839
"post-install-cmd": [
3940
"PatternLab\\Installer::postInstallCmd"
4041
],

0 commit comments

Comments
 (0)