Skip to content

Commit

Permalink
Merge pull request bitcoin#551 from quantumcthulhu/patch-2
Browse files Browse the repository at this point in the history
node_client typo
  • Loading branch information
aantonop committed Dec 8, 2020
2 parents 5148d19 + 1d5df45 commit 7df01f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_client.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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+).
Expand Down

0 comments on commit 7df01f2

Please sign in to comment.