From ff07b5b9272eda2f4dedc3d5be733a7bea7bab4f Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Thu, 19 Apr 2018 14:54:45 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c598a05ea..6ff60862d 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Latest binaries are available from https://github.com/lbryio/lbrycrd/releases. T ## Usage -The "lbrycrdd" executable will start a LBRYcrd node and connect you to the LBRYcrd network. Use "lbrycrd-cli" executable -to interact with the lbrycrdd executable through the command line. Help pages for both executable are available through -the "--help" flag. +The `lbrycrdd` executable will start a LBRYcrd node and connect you to the LBRYcrd network. Use the `lbrycrd-cli` executable +to interact with lbrycrdd through the command line. Help pages for both executable are available through +the "--help" flag (e.g. `lbrycrd-cli --help`). ### Example Usage -Run `./lbrycrdd -daemon` to start lbrycrdd in the background. +Run `./lbrycrdd -server -daemon` to start lbrycrdd in the background. Run `./lbrycrd-cli getinfo` to check for some basic informations about your LBRYcrd node. @@ -24,10 +24,9 @@ Run `./lbrycrd-cli help` to get a list of all commands that you can run. To get ## Running from Source -Run `./reproducible_build.sh -c -t`. This should build the binaries and put them into the `./src` directory. +Run `./reproducible_build.sh -c -t`. This will build the binaries and put them into the `./src` directory. - -If that errors, please report the issue and see `doc/build-*.md` for further instructions. +If you encounter any errors, please check `doc/build-*.md` for further instructions. If you're still stuck, [create an issue](https://github.com/lbryio/lbrycrd/issues) with the output of that command, your system info, and any other information you think might be helpful. ## Contributing