aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/debian/README
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-cli/debian/README')
-rw-r--r--packages/taler-wallet-cli/debian/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/taler-wallet-cli/debian/README b/packages/taler-wallet-cli/debian/README
index 2b4f83aa2..d221c6e37 100644
--- a/packages/taler-wallet-cli/debian/README
+++ b/packages/taler-wallet-cli/debian/README
@@ -1,7 +1,8 @@
-For the moment, building the debian package needs
-a preliminary manual step to compile the taler-wallet-cli
+For the moment, building the Debian package needs
+a preliminary manual step to install the taler-wallet-cli
Node.JS package. In the future, this will either be invoked
by DH, or added as packaging instructions to Debian.
-$ pnpm run compile
+$ ./configure --prefix=/usr
+$ make install
$ dpkg-buildpackage -rfakeroot -b -uc -us