From 4cce8a1bb10b485c08505d959fded2d38be228b8 Mon Sep 17 00:00:00 2001 From: mlibre Date: Sat, 25 May 2024 04:31:13 +0330 Subject: [PATCH] --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index b355011..b3c6fe3 100755 --- a/readme.md +++ b/readme.md @@ -18,6 +18,10 @@ Welcome to **GoodChain**, a blockchain platform designed for both beginners and To embark on your `GoodChain` adventure, simply clone the repository and install the dependencies: ```bash +# Install leveldb +sudo pacman -S leveldb + +# Clone the repository git clone https://github.com/mlibre/GoodChain.git cd GoodChain