Skip to content

Commit 41cd730

Browse files
author
Xing Han Lu
committed
Change installation steps in readme to use yarn
1 parent da1ef95 commit 41cd730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ $ git clone https://github.com/plotly/dash-cytoscape.git
6565
```
6666
2. Install the dependencies and build the code:
6767
```commandline
68-
$ npm i
69-
$ npm run build:all
68+
$ yarn
69+
$ yarn run build:all
7070
```
7171

7272
3. Install the library

0 commit comments

Comments
 (0)