Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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}`:
Expand Down
Loading