removes irrelevant content

This commit is contained in:
Oleg Silkin 2019-06-11 11:22:32 -04:00
parent d1930c082e
commit e92be717c1

View file

@ -3,9 +3,6 @@
## Installation
Firstly you'll need to install and run the `lbrynet` daemon,
the details of which can be found [here](https://github.com/osilkin98/lbryio/lbry).
Installing the server:
```bash
@ -23,20 +20,12 @@ $ source venv/bin/activate
```
## Usage
First, make sure that the LBRY API server is running,
to do so you can run the following:
To start the server, simply run:
```bash
(venv) $ curl --data '{ "method": "status"}' http://localhost:5279/ | grep is_running
# to enter server's venv
$ source venv/bin/activate
# Or from the lbrynet virtual environment:
(lbry-venv) $ lbrynet status | grep is_running
```
Then to start the server, simply run:
```bash
# to actually run server
(venv) $ python -m main &
```