From 23b8c5ee7187fbeced998ff29c8b6fbb29cc74e3 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 21 Jan 2016 02:03:15 +0200 Subject: Install binaries and add proving keys download message --- zcash-git.install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zcash-git.install (limited to 'zcash-git.install') diff --git a/zcash-git.install b/zcash-git.install new file mode 100644 index 0000000..564b3f1 --- /dev/null +++ b/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: -- cgit v1.3.1