fix: correct typo in README and add building instructions

This commit is contained in:
Lucas Cullen 2025-08-26 20:36:03 +10:00
parent 64f6fcecb8
commit c198b6d78a

View file

@ -9,7 +9,7 @@
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).
@ -37,6 +37,16 @@ $ go install github.com/lbryio/lbcd@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
Default application folder `${LBCDDIR}`: