Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
- Formatting Issue
  • Loading branch information
ramagururadhakrishnan committed Jun 22, 2024
1 parent 689231e commit a6766e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dlt/besu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit a6766e0

Please sign in to comment.