Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit f1c5f70

Browse files
authored
Add global install note to readme.md
1 parent c12ddbc commit f1c5f70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77

88
## Installation
9-
`npm install pattern-lab/patternlab-node-cli` or `yarn add pattern-lab/patternlab-node-cli`
9+
*Note: Global installs are currently not supported and will be fixed when the Pattern Lab core hits v3.0.0*
10+
11+
#### Via NPM
12+
`npm install pattern-lab/patternlab-node-cli --save-dev`
13+
14+
#### Via Yarn
15+
`yarn add pattern-lab/patternlab-node-cli --dev`
1016

1117
## Getting Started
1218
1. In order to use PatternLab you need to initialize a PatternLab project with `patternlab init`. The CLI will ask you some setup question and scaffold your project based on it.

0 commit comments

Comments
 (0)