add adam's witcoin web demo
This commit is contained in:
parent
f9ed7b7106
commit
3676196727
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue