From 496ffe0096c4035b2c67d561ea3098a32cfb6464 Mon Sep 17 00:00:00 2001 From: czakarian <31866115+czakarian@users.noreply.github.com> Date: Wed, 31 Oct 2018 16:35:39 -0700 Subject: [PATCH] Fix typos / grammar changes --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ef4bd9f8c..a9864ea5b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Installing LBRY -If only the json-rpc API server is needed the recommended way to install LBRY is to use a pre-built binary. We provide binaries for all major operating systems. See the [README](README.md). +If only the json-rpc API server is needed, the recommended way to install LBRY is to use a pre-built binary. We provide binaries for all major operating systems. See the [README](README.md). These instructions are for installing LBRY from source, which is recommended if you are interested in doing development work or LBRY is not available on your operating system (godspeed, TempleOS users). @@ -60,7 +60,7 @@ To install: pip install --editable .[test] # [test] installs extras needed for running the tests ``` -To verify your install, `which lbrynet` should return a path inside of the `lbry-venv` folder created by the `virtualenv` command. +To verify your installation, `which lbrynet` should return a path inside of the `lbry-venv` folder created by the `virtualenv` command. ## Run the tests To run the unit tests from the repo directory: