docs(readme): clarify Yarn

fixes #55
This commit is contained in:
Haroen Viaene
2020-11-03 09:50:13 +01:00
committed by GitHub
parent bdfb3f8d87
commit f6cf148f59
+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"
```