From 7270d65742d74c2255d59a438a19d1b451579791 Mon Sep 17 00:00:00 2001 From: milad Date: Fri, 13 Dec 2024 14:57:54 +0330 Subject: [PATCH] added more dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf8db246..28e6d1c1c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Coreum blockchain is under development and all the features are going to be adde Everyone is encouraged to run a chain locally for development and testing purposes. Entire process of running local chain is automated by our tooling. The only prerequisites are: -- `docker` installed from your favorite package manager +- `docker`, `g++` and `make` installed from your favorite package manager - `go 1.21` or newer installed and available in your `PATH` (ensure version of go, installing from package manager might get you an older version) ### Build binaries