summaryrefslogtreecommitdiff
path: root/zcash-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'zcash-git.install')
-rw-r--r--zcash-git.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/zcash-git.install b/zcash-git.install
deleted file mode 100644
index 564b3f1..0000000
--- a/zcash-git.install
+++ /dev/null
@@ -1,8 +0,0 @@
-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: