From 77cf1fc544fb16b9d05e4878fb705c952e021b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Tue, 30 Apr 2019 16:10:54 +0200 Subject: [PATCH] Update readme file --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 3cc96031..0895e40e 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,6 @@ What things you need to install the software and how to install them yarn add truffle // recommended usage of -g flag yarn add ganache-cli // recommended usage of -g flag yarn add flow-type // recommended usage of -g flag -git clone https://github.com/gnosis/safe-contracts.git ``` We use [yarn](https://yarnpkg.com) in our infrastacture, so we decided to go with yarn in the README @@ -30,7 +29,6 @@ ganache-cli -b 3 Start the project in the other one ``` -cd safe-contracts && truffle compile && truffle migrate && cd .. yarn install yarn start ```