Skip to content

Commit

Permalink
Merge pull request #56 from Haroenv/patch-1
Browse files Browse the repository at this point in the history
docs(readme): clarify Yarn
  • Loading branch information
knsv committed Nov 5, 2020
2 parents bdfb3f8 + f6cf148 commit 2b7efab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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"
```


Expand Down

0 comments on commit 2b7efab

Please sign in to comment.