From e85407bf0ea1ea0ccb428998a2ba4be1c0a476bd Mon Sep 17 00:00:00 2001 From: Yash Goyal Date: Mon, 8 Jul 2024 13:57:35 +0200 Subject: [PATCH] Update dorad.mdx added instruction to add the go/bin in the path rather than to copy the dorad binary from go/bin folder to the usr/local/bin folder. --- pages/docs/vota-dev/dorad.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/docs/vota-dev/dorad.mdx b/pages/docs/vota-dev/dorad.mdx index ff9c13d..ae219e6 100644 --- a/pages/docs/vota-dev/dorad.mdx +++ b/pages/docs/vota-dev/dorad.mdx @@ -24,9 +24,10 @@ $ git clone https://github.com/DoraFactory/doravota.git $ cd doravota $ git checkout $ make install -$ sudo cp ~/go/bin/dorad /usr/local/bin ``` +Make sure to add the $GOPATH/bin in the path. + You can verify that dorad was installed properly by running: ```ansi filename="Terminal"