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"