removes irrelevant content
This commit is contained in:
parent
d1930c082e
commit
e92be717c1
1 changed files with 5 additions and 16 deletions
19
README.md
19
README.md
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
## Installation
|
## 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:
|
Installing the server:
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
|
@ -23,20 +20,12 @@ $ source venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
To start the server, simply run:
|
||||||
|
|
||||||
First, make sure that the LBRY API server is running,
|
|
||||||
to do so you can run the following:
|
|
||||||
|
|
||||||
```bash
|
```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:
|
# to actually run server
|
||||||
(lbry-venv) $ lbrynet status | grep is_running
|
|
||||||
```
|
|
||||||
|
|
||||||
Then to start the server, simply run:
|
|
||||||
```bash
|
|
||||||
(venv) $ python -m main &
|
(venv) $ python -m main &
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue