update manual build instructions to check out lbrycrd alpha
This commit is contained in:
parent
8aab844a48
commit
ddd213dda3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue