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