From 7ab0ae18be4c702da3a6fb4308382faac872dc95 Mon Sep 17 00:00:00 2001 From: Jimmy Kiselak Date: Fri, 2 Oct 2015 18:32:20 -0400 Subject: [PATCH] fix typo --- RUNNING.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/RUNNING.md b/RUNNING.md index bbf0294dc..d1b94c808 100644 --- a/RUNNING.md +++ b/RUNNING.md @@ -85,9 +85,9 @@ sudo python setup.py install ## Slightly longer running guide -In order to use lbrynet, lbyrcrdd must be running. +In order to use lbrynet-console or lbrynet-gui, lbyrcrdd must be running. -### Running lbrynet +### Running lbrycrd 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. @@ -104,7 +104,7 @@ To shut lbrycrdd down: from the lbrycrd directory, run ./src/lbrycrd-cli stop -### Running lbrynet-console +### Option 1) 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, under "Installing lbrynet from source" @@ -126,7 +126,10 @@ 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. -### Running lbrynet-gui +### Option 2) Running lbrynet-gui + +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: lbrynet-gui