fus-marcom/bulletin-react

Rectify path and command in README

Opened this issue · 0 comments

It could be

> ...
> cd bulletin-react
> npm install or yarn install
> ...

Instead of

> ...
> cd resource-center
> npm install
> ...

Since the repository name is bulletin-react (and it would be the created directory name by default), and Yarn can also be used to install (mirroring the given option to use yarn with start).