From 5a9cba53609633e53029c19e2a8c9f5b7c28c615 Mon Sep 17 00:00:00 2001 From: yshen Date: Sat, 27 Dec 2025 19:18:18 +0800 Subject: [PATCH] Remove no-commit option from installation command error: unexpected argument '--no-commit' found argument '--no-commit' is no longer needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b6e8ce2..b2bdd0c8b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Everyday at 3AM, the latest version of the package is updated here, this way, yo 1. Run this in your projects root directory. ```bash -forge install smartcontractkit/chainlink-brownie-contracts --no-commit +forge install smartcontractkit/chainlink-brownie-contracts ``` 2. Then, update your `foundry.toml` to include the following in the `remappings`.