diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/how-to-generate-a-vanity-algorand-address/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/how-to-generate-a-vanity-algorand-address/index.md b/content/posts/how-to-generate-a-vanity-algorand-address/index.md index e5a2ff3..9b5057b 100644 --- a/content/posts/how-to-generate-a-vanity-algorand-address/index.md +++ b/content/posts/how-to-generate-a-vanity-algorand-address/index.md @@ -57,7 +57,7 @@ If you need help installing it, you can reach out to me, and I will try to help You can install this by running the following command, which should automatically build and install the dependencies. ``` -$ go install git.robbyzambito.me/Zambyte/vawg/v2@latest +$ go install git.robbyzambito.me/robby/vawg/v2@latest ``` If you have go installed properly, this should add the vawg binary to your $PATH. |