document dep installation instruction (#3)

This commit is contained in:
Mike van Rossum 2020-08-31 22:39:52 +08:00 committed by GitHub
parent fd76123610
commit 4e8cbb355d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ See [spl-token-wallet](https://github.com/project-serum/spl-token-wallet) for an
---
Run `yarn start` to start a development server or `yarn build` to create a production build that can be served by a static file server.
Run `yarn` to install dependencies, then run `yarn start` to start a development server or `yarn build` to create a production build that can be served by a static file server.
See the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) for other commands and options.