more formatting

This commit is contained in:
Jimmy Kiselak 2015-10-02 18:30:16 -04:00
parent cc7471a9af
commit 6189eddecf

View file

@ -1,7 +1,6 @@
How to watch It's a Wonderful Life via LBRY How to watch It's a Wonderful Life via LBRY
Quickest quick guide ## Quickest quick guide
--------------------
Create a directory called lbry, and go into that directory Create a directory called lbry, and go into that directory
@ -21,8 +20,9 @@ To stop lbrycrdd:
./lbrycrd/src/lbrycrd-cli stop ./lbrycrd/src/lbrycrd-cli stop
Slightly longer install guide ## Slightly longer install guide
-----------------------------
### Installing lbrycrd from source
Acquire the LBRYcrd source code from https://github.com/lbryio/lbrycrd Acquire the LBRYcrd source code from https://github.com/lbryio/lbrycrd
@ -52,6 +52,8 @@ rpcpassword=rpcpassword
cd .. cd ..
### Installing lbrynet from source
Acquire the LBRYnet source code from https://github.com/lbryio/lbry Acquire the LBRYnet source code from https://github.com/lbryio/lbry
cd lbry cd lbry
@ -81,11 +83,12 @@ python setup.py build bdist_egg
sudo python setup.py install sudo python setup.py install
Slightly longer running guide ## Slightly longer running guide
-----------------------------
In order to use lbrynet, lbyrcrdd must be running. In order to use lbrynet, lbyrcrdd must be running.
### Running lbrynet
If you ran the easy install script, the lbrycrd folder will be in the directory you ran lbry_setup.sh from. Otherwise it is the root of the cloned lbrycrd repository. Go to that directory. If you ran the easy install script, the lbrycrd folder will be in the directory you ran lbry_setup.sh from. Otherwise it is the root of the cloned lbrycrd repository. Go to that directory.
./src/lbrycrdd -server -daemon -gen ./src/lbrycrdd -server -daemon -gen
@ -101,9 +104,9 @@ To shut lbrycrdd down: from the lbrycrd directory, run
./src/lbrycrd-cli stop ./src/lbrycrd-cli stop
Running lbrynet-console ### Running lbrynet-console
If you used the virtualenv instructions above, make sure the virtualenv is still active. If not, reactivate it according to the instructions above. If you used the virtualenv instructions above, make sure the virtualenv is still active. If not, reactivate it according to the instructions above, under "Installing lbrynet from source"
In your terminal: In your terminal:
@ -123,7 +126,7 @@ You will be prompted to choose if you really want to download this file. Type 'y
To shut it down, type ctrl-c at any time or enter the option to shut down from the main menu. To shut it down, type ctrl-c at any time or enter the option to shut down from the main menu.
Running lbrynet-gui ### Running lbrynet-gui
In your terminal: In your terminal:
lbrynet-gui lbrynet-gui