Skip to content

Commit ab696c3

Browse files
docs: update README to use npm
resolves JanDeDobbeleer#4002
1 parent 3eb07f6 commit ab696c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern
55
## Installation
66

77
```shell
8-
$ yarn install
8+
$ npm install
99
```
1010

1111
## Local Development
1212

1313
```shell
14-
$ yarn start
14+
$ npm run start
1515
```
1616

1717
This command starts a local development server and open up a browser window.

0 commit comments

Comments
 (0)