commit 8757ae539c8299aaa15d58c8cee6fd0f7645f315
parent 2ed2e2fe47ff9bd98646d00f4b4840c6969a0abc
Author: Antoine A <>
Date: Fri, 19 Jan 2024 19:24:04 +0100
Fix libeufin manuals
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
@@ -33,7 +33,7 @@ Navigate into the *libeufin* local repository, and from top-level run:
$ ./bootstrap
$ ./configure --prefix=$PREFIX
- $ make install-bank
+ $ make install
If the previous steps succeeded, the ``libeufin-bank`` command should
be found in the $PATH.
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
@@ -35,7 +35,7 @@ Navigate into the *libeufin* local repository, and from top-level run:
$ ./bootstrap
$ ./configure --prefix=$PREFIX
- $ make install-nexus
+ $ make install
If the previous steps succeeded, the ``libeufin-nexus`` command should
be found in the $PATH.