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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,17 @@ Please follow the directions for [installing Composer](https://getcomposer.org/d
38
38
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
-
1. In a terminal window navigate to the root of your project
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
43
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.
44
+
This will install the Standard Edition for Mustache into a directory called `patternlab2-example` in your installlocation. 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:
46
+
**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:
47
47
48
48
composer install-demo
49
49
50
+
Otherwise you'll have a very bare set-up of Pattern Lab.
51
+
50
52
## Get Up and Running
51
53
52
54
After installing do the following to start and view Pattern Lab:
0 commit comments