summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2021-08-23 20:52:12 -0400
committerRobby Zambito <contact@robbyzambito.me>2021-08-23 20:52:12 -0400
commit04c33afd7d058197fb6bbb08a5a678a1e389dc7a (patch)
tree74530293068b163673aa6831e5b020e2806ac1be
parent0e5a5a903cb5e42e2f15a7bebb829c60424f3c3d (diff)
Updated install command for new git server
-rw-r--r--content/posts/how-to-generate-a-vanity-algorand-address/index.md2
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.