diff --git a/README.md b/README.md index 79cb183..dcb79d2 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ You need to install [foundry](https://getfoundry.sh/) or use contracts from `/sr ### Clone ```shell -git clone https://git.ghostchain.io/ghostchain/ghost-dao-contracts.git +$ git clone https://git.ghostchain.io/ghostchain/ghost-dao-contracts.git ``` ### Foundry preparation ```shell -git submodule init -git submodule update -forge soldeer install +$ git submodule init +$ git submodule update +$ forge soldeer install ``` ### Build contracts