diff options
author | Robby Zambito <contact@robbyzambito.me> | 2021-08-23 20:52:12 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2021-08-23 20:52:12 -0400 |
commit | 04c33afd7d058197fb6bbb08a5a678a1e389dc7a (patch) | |
tree | 74530293068b163673aa6831e5b020e2806ac1be /content/posts/how-to-generate-a-vanity-algorand-address | |
parent | 0e5a5a903cb5e42e2f15a7bebb829c60424f3c3d (diff) |
Updated install command for new git server
Diffstat (limited to 'content/posts/how-to-generate-a-vanity-algorand-address')
-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. |