Update README.md

Add 'yarn install' to installation notes
This commit is contained in:
sol-survivor 2021-06-13 23:20:27 -04:00 committed by GitHub
parent b57a335552
commit c381d0af3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Clone the repo, and run `deploy-web.sh`.
$ git clone https://github.com/metaplex-foundation/metaplex.git
$ cd metaplex
$ cd js
$ yarn install
$ ./deploy-web.sh
```