Merge pull request #216 from gnosis/update-readme

Update readme
This commit is contained in:
Mikhail Mikheev 2019-10-03 19:07:27 +04:00 committed by GitHub
commit 327eab958e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -22,21 +22,17 @@ We use [yarn](https://yarnpkg.com) in our infrastacture, so we decided to go wit
A step by step series of examples that tell you have to get a development env running A step by step series of examples that tell you have to get a development env running
Run ganache in one terminal Install dependencies for the project:
```
ganache-cli -b 3
```
Start the project in the other one
``` ```
yarn install yarn install
``` ```
For Rinkeby: For using the Rinkeby services:
``` ```
yarn start yarn start
``` ```
For Mainnet:
If you prefer using Mainnet ones:
``` ```
yarn start-mainnet yarn start-mainnet
``` ```
@ -122,7 +118,10 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
## Authors ## Authors
See the list of [contributors](https://github.com/gnosis/gnosis-team-safe/contributors) who participated in this project. - Germán Martínez([germartinez](https://github.com/germartinez))
- Mikhail Mikheev([mikheevm](https://github.com/mikheevm))
See the full list of [contributors](https://github.com/gnosis/gnosis-team-safe/contributors) who participated in this project.
## License ## License