commit f842f45f7ad89fcb3017ffcf1fb952b9cae0670b parent 0bfb22d46bfab359950913b59da44d9768d06298 Author: Florian Dold <florian@dold.me> Date: Fri, 4 Oct 2024 15:43:04 +0200 improve installation instructions Diffstat:
| M | README | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git 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.