Update README.md

This commit is contained in:
Richard Ramos 2018-07-13 13:39:02 -04:00 committed by GitHub
parent 9fd4392916
commit ac1d161592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
# status-dapp-workshop-mexico
DApp to be used during Mexico workshop on July 6th
# Create a ERC721 marketplace using Embark
Remember to fork this repository / Recuerda crear un fork de este repositorio
Remember to fork this repository
```
npm install -g embark
git clone https://github.com/GITHUB-USERNAME/status-dapp-workshop-mexico.git
cd status-dapp-workshop-mexico
git clone https://github.com/GITHUB-USERNAME/embark-tutorial-erc721.git
cd embark-tutorial-erc721
npm install
```