2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00

node_client typo

This commit is contained in:
quantumcthulhu 2020-11-26 20:35:23 +02:00 committed by GitHub
parent 030829e2b1
commit 1d5df45ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,7 @@ We now have a copy of c-lightning cloned into the +lightning+ subfolder, and we
==== Compiling the c-lightning source code
Next, we use a set of _build scripts_ that are commonly available in many open source projects. These _build scripts_ use the +configure+ and +make+ commandos which allow us to:
Next, we use a set of _build scripts_ that are commonly available in many open source projects. These _build scripts_ use the +configure+ and +make+ commands which allow us to:
* Select the build options and check necessary dependencies (+configure+).
* Build and install the executables and libraries (+make+).