From 8706ae765c147cae5da6732e1c7f1378722a6beb Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Thu, 31 May 2018 15:29:44 -0400 Subject: [PATCH] docs: a link to quick install script --- docs/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 3fc392a39..63a4bb654 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -1,6 +1,9 @@ Install Tendermint ================== +The fastest and easiest way to install the ``tendermint`` binary +is to run `this script `__ on a fresh Ubuntu instance. Read the comments / instructions carefully (i.e., reset your terminal after running the script). + From Binary -----------