summarylogtreecommitdiffstats
path: root/zcash-git.install
blob: 564b3f1a10d7c2304e4382ca4124f1c971c2ff7d (plain)
1
2
3
4
5
6
7
8
post_install () {
  echo "Before running zcashd you need to download the public alpha proving keys (~2GB)"
  echo
  echo "$ ./zcutil/fetch-params.sh"
  echo
  echo "For more information read https://github.com/Electric-Coin-Company/zcash/wiki/Public-Alpha-Guide"
}
# vim:set ts=2 sw=2 et: