From ddd213dda3ab7c47910e4c62245934acdbeb1098 Mon Sep 17 00:00:00 2001 From: Jimmy Kiselak Date: Mon, 22 Feb 2016 10:28:33 -0500 Subject: [PATCH] update manual build instructions to check out lbrycrd alpha --- RUNNING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUNNING.md b/RUNNING.md index 1d839bc9e..137487360 100644 --- a/RUNNING.md +++ b/RUNNING.md @@ -25,7 +25,7 @@ To stop lbrycrdd: `./lbrycrd/src/lbrycrd-cli stop` ### Installing lbrycrd from source ``` -git clone --depth=1 https://github.com/lbryio/lbrycrd.git +git clone --depth=1 -b alpha https://github.com/lbryio/lbrycrd.git cd lbrycrd sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libboost-all-dev libdb-dev libdb++-dev libqt4-dev libprotobuf-dev protobuf-compiler ./autogen.sh