add adam's witcoin web demo

This commit is contained in:
Jeff Carr 2018-01-30 23:04:32 -10:00
parent f9ed7b7106
commit 3676196727
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ update:
git pull git pull
git submodule update --init --recursive 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: resetgit:
mkdir myrepo mkdir myrepo
cd myrepo && touch .git/git-daemon-export-ok cd myrepo && touch .git/git-daemon-export-ok

View File

@ -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 '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/www.wit.com.git' 'website/www.wit.com'
gitclone 'git@github.com:witstartup/witcoin.git' 'website/witcoin'
exit 0 exit 0