From a6766e0a7d310de4b66871be3bd9d91ffd8f4551 Mon Sep 17 00:00:00 2001 From: Ramaguru Radhakrishnan <7790256+ramagururadhakrishnan@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:11:39 +0530 Subject: [PATCH] updated - Formatting Issue --- docs/dlt/besu/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dlt/besu/README.md b/docs/dlt/besu/README.md index 433302c..abf2b07 100644 --- a/docs/dlt/besu/README.md +++ b/docs/dlt/besu/README.md @@ -39,9 +39,9 @@ After verifying and installing the prerequisites we can proceed with the step by #### Besu Installation and Configuration ##### Step 1: Download Hyperledger Besu - This command uses wget to download the specified version of Hyperledger Besu from its official GitHub releases page. - ``` +``` wget https://github.com/hyperledger/besu/releases/download/24.5.2/besu-24.5.2.tar.gz - ```besu –version  + ``` - Extracting the tar file ``` tar -xzf besu-24.5.2.tar.gz @@ -65,7 +65,7 @@ echo 'export PATH=$PATH:$(pwd)/bin' >> ~/.bashrc echo 'export PATH=$PATH:$(pwd)/bin' >> ~/.bashrc ``` ##### Step 4: Verifing the installantion --Running besu --version verifies that Besu is installed correctly and accessible in your terminal. +- Running besu --version verifies that Besu is installed correctly and accessible in your terminal. ``` besu –version ```