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
|
||||
|
||||
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 &
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue