Merge pull request #56 from Haroenv/patch-1

docs(readme): clarify Yarn
This commit is contained in:
Knut Sveidqvist
2020-11-05 18:52:59 +01:00
committed by GitHub
+4 -2
View File
@@ -19,22 +19,24 @@ Edit, preview and share mermaid charts/diagrams.
## Setup
Setup is simple.
This project is set up using [Yarn](https://classic.yarnpkg.com/en/docs/getting-started):
```
yarn install
```
or in develop branch to use the beta version of mermaid use
```
yarn install --update-checksums
```
This together with a .npmrc file:
```
registry=https://registry.npmjs.com/
@mermaid-js:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken="XXXXXXXXX"
```