summarylogtreecommitdiffstats
path: root/leela-zero.install
diff options
context:
space:
mode:
Diffstat (limited to 'leela-zero.install')
-rw-r--r--leela-zero.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/leela-zero.install b/leela-zero.install
new file mode 100644
index 000000000000..74e8362e8ce4
--- /dev/null
+++ b/leela-zero.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo ""
+ echo "leela-zero has downloaded the currently-best network to "
+ echo " /usr/share/leela-zero/networks/weights_$1.txt "
+ echo ""
+ echo "You can find the new best network at any moment at: "
+ echo " http://zero.sjeng.org/best-network "
+ echo ""
+ echo "A network must be passed in when running leelaz, like: "
+ echo " leelaz -w /usr/share/leela-zero/networks/weights_$1.txt"
+ echo ""
+}