From 36761967275e671eb8a6e75fb2603bbbe9b27446 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 30 Jan 2018 23:04:32 -1000 Subject: [PATCH] add adam's witcoin web demo --- Makefile | 2 +- clone-witcom.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abdb5dc..3093ca7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ update: git pull git submodule update --init --recursive -# use this allow a new tree on the git server +# do this to allow a new tree on the git server resetgit: mkdir myrepo cd myrepo && touch .git/git-daemon-export-ok diff --git a/clone-witcom.sh b/clone-witcom.sh index 1f32519..53eb6a2 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -105,5 +105,6 @@ gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-cod gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' gitclone 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' +gitclone 'git@github.com:witstartup/witcoin.git' 'website/witcoin' exit 0