summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Carpenter <Bradley-Plus@users.noreply.github.com>2014-11-12 10:39:43 -0500
committerBradley Carpenter <Bradley-Plus@users.noreply.github.com>2014-11-12 10:39:43 -0500
commit7302978f13089da713869aa8a1d7e73b375a6abc (patch)
treeb1c0c0e872d0866179f6ca7eec399a3e0a2e5ca7
parent70c90ad4256324d47edb944ef6228848d21ed9fa (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 34eefc0ba..433ce61a5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -13,7 +13,7 @@ VirtualBox. Follow these steps:
cd vagrantbox
vagrant init pokecrystal
vagrant up
- vagrant ssh -c "cd /vagrant && git clone git://github.com/kanzure/pokecrystal.git"
+ vagrant ssh -c "cd /vagrant && git clone git://github.com/bradley-plus/pokecrystal.git"
vagrant ssh -c "cd /vagrant/pokecrystal && git submodule init && git submodule update"
vagrant ssh