From c198b6d78a88c285b72aa46d8a3a1061af92f4a4 Mon Sep 17 00:00:00 2001 From: Lucas Cullen Date: Tue, 26 Aug 2025 20:36:03 +1000 Subject: [PATCH] fix: correct typo in README and add building instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8f1c53..2ba7ce35 100644 --- a/README.md +++ b/README.md @@ -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}`: