Skip to content

Commit

Permalink
Clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Aug 11, 2024
1 parent 0d41cce commit 2724e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This is running at [notes.trustroots.org](https://notes.trustroots.org/). And it
- `nvm install` - This is only required one time
- `nvm use`

Then run yarn from corepack. There are 2 ways to do this. If you have yarn
installed globally, you can uninstall it. Or you can run `corepack yarn` instead
of `yarn`.
Then run yarn from corepack. If you have yarn installed globally, you either
need to uninstall it, or instead of running `yarn` run `corepack yarn` instead.
That means substitute every `yarn` call below for `corepack yarn`.

- `yarn`
- `yarn start`
Expand Down

0 comments on commit 2724e06

Please sign in to comment.