From 828b7534edd9da69458ab39990ed2493f6278fe4 Mon Sep 17 00:00:00 2001 From: Vijayesvar <116833458+Vijayesvar@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:54:40 +0530 Subject: [PATCH] Update README.md --- docs/dlt/besu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dlt/besu/README.md b/docs/dlt/besu/README.md index abf2b07..cf2ba24 100644 --- a/docs/dlt/besu/README.md +++ b/docs/dlt/besu/README.md @@ -62,7 +62,7 @@ echo 'export PATH=$PATH:$(pwd)/bin' >> ~/.bashrc ``` - The source ~/.bashrc command reloads the ~/.bashrc file to apply the PATH changes immediately. ``` -echo 'export PATH=$PATH:$(pwd)/bin' >> ~/.bashrc +source ~/.bashrc ``` ##### Step 4: Verifing the installantion - Running besu --version verifies that Besu is installed correctly and accessible in your terminal.