Skip to content

Commit ac1f13c

Browse files
committed
fix(doc) Add lerna install to README
Signed-off-by: Jerome Simeon <[email protected]>
1 parent a6b6a19 commit ac1f13c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,23 @@ The Slate DOM is defined by the [Slate](https://www.slatejs.org) HTML content-ed
5050

5151
## Installation
5252

53+
### For users
54+
5355
To install the command-line interface:
5456

5557
```
5658
npm install -g @accordproject/concerto-cli
5759
```
5860

59-
To install for development, in the project directory, you can run:
61+
### For developers
62+
63+
To install for development, in the project directory, you will need to first install the Node.js dependencies using [lerna](https://lerna.js.org):
64+
```
65+
npm install -g lerna@^3.15.0
66+
lerna bootstrap
67+
```
68+
69+
Then run:
6070

6171
```
6272
npm run build

0 commit comments

Comments
 (0)