summaryrefslogtreecommitdiff
path: root/aur/zcash-git/zcash-git.install
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-02-02 00:12:14 +0200
committerYuval Adam <yuval@y3xz.com>2016-02-02 00:12:14 +0200
commitcaa9aebfb740bf1a04d4eead948ff3f9326bb0ed (patch)
tree1474a816dfdc523cd248ca778a2a60a5f724050e /aur/zcash-git/zcash-git.install
parent0c8d18524963c09f1c6ea8ed89bf7c5503f155ad (diff)
parentd227a3a2265a1699c12daecae7feae7f12a4bd7d (diff)
Add 'aur/zcash-git/' from commit 'd227a3a2265a1699c12daecae7feae7f12a4bd7d'
git-subtree-dir: aur/zcash-git git-subtree-mainline: 0c8d18524963c09f1c6ea8ed89bf7c5503f155ad git-subtree-split: d227a3a2265a1699c12daecae7feae7f12a4bd7d
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: