From f1f3c4baae12c4dd0a51f1f92dbd126325edf966 Mon Sep 17 00:00:00 2001 From: milad Date: Thu, 19 Dec 2024 13:28:13 +0330 Subject: [PATCH] added one more detail --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 887afc5cb..a904ea4ee 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ $ ./crust/bin/crust setup $ git clone https://github.com/CoreumFoundation/coreum $ cd coreum ``` -3. Compile the `cored` binary: +3. Compile the `cored` binary and related docker images: ``` -$ make build +$ make build images ``` After the command completes you may find executable `./bin/cored`, being both blockchain node and client.