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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,9 @@ Use Composer's [`create-project` command](https://getcomposer.org/doc/03-cli.md#
40
40
41
41
1. In a terminal window navigate to where you want to install Pattern Lab
42
42
2. Type `composer create-project pattern-lab/edition-mustache-standard patternlab2-example && cd $_`
43
+
3. When prompted, type `1` to install the demo StarterKit
43
44
44
-
This will install the Standard Edition for Mustache into a directory called `patternlab2-example` in your install location. When prompted choose the "demo" StarterKit. You will be automatically dropped into the project directory after the process is finished.
45
+
This will install the Standard Edition for Mustache along with the demo StarterKit into a directory called `patternlab2-example`. You will be automatically dropped into `patternlab2-example/` when the install is finished.
45
46
46
47
**Note:** If you clone or download this repository and use `composer install` to install the project dependencies you'll need to type the following to install the demo StarterKit:
0 commit comments