From f8e84831e56d53fbe18e651bc8f05ef5bac37240 Mon Sep 17 00:00:00 2001 From: quantumcthulhu <37197051+quantumcthulhu@users.noreply.github.com> Date: Sun, 29 Nov 2020 22:07:01 +0200 Subject: [PATCH] node_client.asciidoc typo --- node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_client.asciidoc b/node_client.asciidoc index 897cd49..d637e50 100644 --- a/node_client.asciidoc +++ b/node_client.asciidoc @@ -835,7 +835,7 @@ In this section we will build Eclair from scratch. Eclair is written in the Scal https://github.com/ACINQ/eclair/blob/master/BUILD.md -The required Java compiler is part of OpenJDK 11. We will also need a buid framework called Maven, version 3.6.0 or above. +The required Java compiler is part of OpenJDK 11. We will also need a build framework called Maven, version 3.6.0 or above. On a Debian/Ubuntu Linux system we can use the +apt+ command to install both OpenJDK11 and Maven as shown below: