You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,14 @@ Please follow the directions for [installing Composer](https://getcomposer.org/d
39
39
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:
40
40
41
41
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 $_`
43
43
44
44
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.
45
45
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
+
46
50
## Get Up and Running
47
51
48
52
After installing do the following to start and view Pattern Lab:
0 commit comments