small fixes in a readme file

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2025-07-23 22:32:02 +03:00
parent 439fe17371
commit 8e9374b2d0
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -9,15 +9,15 @@ You need to install [foundry](https://getfoundry.sh/) or use contracts from `/sr
### Clone ### Clone
```shell ```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 ### Foundry preparation
```shell ```shell
git submodule init $ git submodule init
git submodule update $ git submodule update
forge soldeer install $ forge soldeer install
``` ```
### Build contracts ### Build contracts