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

Commit 4e0d7de

Browse files
committed
further clarifying the docs
1 parent 5cdf2dd commit 4e0d7de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,17 @@ Please follow the directions for [installing Composer](https://getcomposer.org/d
3838

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

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
4242
2. Type `composer create-project pattern-lab/edition-mustache-standard patternlab2-example && cd $_`
4343

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 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:
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:
4747

4848
composer install-demo
4949

50+
Otherwise you'll have a very bare set-up of Pattern Lab.
51+
5052
## Get Up and Running
5153

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

0 commit comments

Comments
 (0)