summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/bank-manual.rst2
-rw-r--r--libeufin/nexus-manual.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
index b1117664..e627ae68 100644
--- 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
index 14988b7e..99a41c54 100644
--- 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.