From 04c33afd7d058197fb6bbb08a5a678a1e389dc7a Mon Sep 17 00:00:00 2001
From: Robby Zambito <contact@robbyzambito.me>
Date: Mon, 23 Aug 2021 20:52:12 -0400
Subject: Updated install command for new git server

---
 content/posts/how-to-generate-a-vanity-algorand-address/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
-- 
cgit