From 851963649a8674e9b86a0289bb662f6d39ece3fc Mon Sep 17 00:00:00 2001 From: Reza Date: Mon, 12 Feb 2024 08:44:54 -0600 Subject: [PATCH] Update index.md create the path to save the artelad binary file. also fix path in the commands --- docs/develop/node/run-full-node/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/develop/node/run-full-node/index.md b/docs/develop/node/run-full-node/index.md index 7126b779..4e941b27 100644 --- a/docs/develop/node/run-full-node/index.md +++ b/docs/develop/node/run-full-node/index.md @@ -56,8 +56,9 @@ cd artela git checkout main make clean && make -cp ./build/artelad $HOME/go/bin/. -export PATH=$PATH:$HOME/go/bin +mkdir $GOPATH/bin +cp ./build/artelad $GOPATH/bin/. +export PATH=$PATH:$GOPATH/bin ``` ### Option 2: Download and Install Artelad