Skip to content

Commit

Permalink
docs(README): remove mentions of yarn make-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Nov 5, 2023
1 parent 50b7986 commit c03ea6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This website is built using [Docusaurus 3](https://docusaurus.io/), a modern sta

```
$ yarn # install/upgrade deps if needed
$ yarn make-plugins # if src/plugins/awly-data-plugin is touched
$ yarn build-helpers # if scripts/asmdb is touched
$ yarn start
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

```
$ yarn # 如果需要的话,安装或升级依赖
$ yarn make-plugins # 如果变更了 src/plugins/awly-data-plugin 的话
$ yarn build-helpers # 如果变更了 scripts/asmdb 的话
$ yarn start
```

Expand Down

0 comments on commit c03ea6f

Please sign in to comment.