From 65a3759fd383d269afd0d32475d36a70e58287d5 Mon Sep 17 00:00:00 2001 From: DrZoltanFazekas Date: Mon, 28 Jul 2025 08:56:00 +0200 Subject: [PATCH] Remove `--no-commit` option from `forge install` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee46bdc..bcdcbb4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Validators of the Zilliqa 2.0 network are solo stakers by default. This reposito To deploy and interact with the contracts throught the CLI, use the Forge scripts provided in this repository and described further below. First, install Foundry (https://book.getfoundry.sh/getting-started/installation) and the OpenZeppelin contracts before proceeding with the deployment: ``` -forge install OpenZeppelin/openzeppelin-contracts-upgradeable --no-commit -forge install OpenZeppelin/openzeppelin-contracts --no-commit +forge install OpenZeppelin/openzeppelin-contracts-upgradeable +forge install OpenZeppelin/openzeppelin-contracts ``` Set the `FOUNDRY_ETH_RPC_URL` environment variable to point to your RPC node: