From 8e9374b2d088ce87eb0c274ad7be4d507642c463 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Wed, 23 Jul 2025 22:32:02 +0300 Subject: [PATCH] small fixes in a readme file Signed-off-by: Uncle Fatso --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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