[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: improve installation instruct
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: improve installation instructions |
Date: |
Fri, 04 Oct 2024 15:43:09 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new f842f45f7 improve installation instructions
f842f45f7 is described below
commit f842f45f7ad89fcb3017ffcf1fb952b9cae0670b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Oct 4 15:43:04 2024 +0200
improve installation instructions
---
README | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README b/README
index 85c12e7e2..0a30e1480 100644
--- a/README
+++ b/README
@@ -14,6 +14,14 @@ The following dependencies are required to build the wallet:
- pnpm
- zip
+Note that you can install pnpm as an unprivileged user by running
+
+```shell
+npm config set prefix $HOME/.npm-global
+export PATH=$HOME.npm-global/bin:$PATH
+npm install -g pnpm
+```
+
## Preparing the repository
After running clone you should bootstrap the repository.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: improve installation instructions,
gnunet <=