Added readme file

This commit is contained in:
Richard Ramos 2018-07-03 13:29:12 -04:00 committed by GitHub
parent 94a63ab4f9
commit 534bb11f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

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