From 2ad3df3dfb0736ab7912239071f1d5b0b75732ad Mon Sep 17 00:00:00 2001 From: JuanC <124308226+juanc004@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:29:52 -0500 Subject: [PATCH] Update to README Removed the `make` command from the Quickstart section of the README to eliminate errors related to dependency conflicts. This change directly addresses issues #23 and #15. - Ensures compatibility with project dependencies by avoiding the `make` command which previously led to submodule path conflicts and identifier declaration errors. - Prevents issues for new users. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 75084e6..c43cfa5 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ And you probably already have `make` installed... but if not [try looking here.] ```sh git clone https://github.com/smartcontractkit/foundry-starter-kit cd foundry-starter-kit -make # This installs the project's dependencies. make test ```