mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-01 01:35:15 +00:00
fix: correct typo in README and add building instructions
This commit is contained in:
parent
64f6fcecb8
commit
c198b6d78a
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
Software stack developed by LBRY teams has been all migrated to **lbcd**.
|
Software stack developed by LBRY teams has been all migrated to **lbcd**.
|
||||||
|
|
||||||
We're working with exchanges and pool oerators to migrate from **lbrycrd** to **lbcd**.
|
We're working with exchanges and pool operators to migrate from **lbrycrd** to **lbcd**.
|
||||||
|
|
||||||
If you're integrating with **lbcd+lbcwallet**, please check the Wiki for current [supported RPCs](wiki/RPC-availability).
|
If you're integrating with **lbcd+lbcwallet**, please check the Wiki for current [supported RPCs](wiki/RPC-availability).
|
||||||
|
|
||||||
|
@ -37,6 +37,16 @@ $ go install github.com/lbryio/lbcd@latest
|
||||||
$ go install github.com/lbryio/lbcd/cmd/lbcctl@latest
|
$ go install github.com/lbryio/lbcd/cmd/lbcctl@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Building from Source
|
||||||
|
|
||||||
|
To build **lbcd** from source, clone the repository and use the `go build` command:
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
$ git clone https://github.com/LBRYFoundation/lbcd.git
|
||||||
|
$ cd lbcd
|
||||||
|
$ go build .
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Default application folder `${LBCDDIR}`:
|
Default application folder `${LBCDDIR}`:
|
||||||
|
|
Loading…
Add table
Reference in a new issue