From b026568d1a5bfba4d326c683c6e97c030ba37850 Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:24:47 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae1b81..442372f 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,16 @@ cd Vesktop # Install Dependencies pnpm i +# if you are getting ERR_PNPM_BAD_PM_VERSION error type this +pnpm config set user-agent=pnpm/[type your pnpm version] npm/? node/v[type your nodejs version] linux x64 +# then repeat "Install Dependencies" + +# now build your app +pnpm install + # Or package pnpm package -# Or only build the pacman target +# Or only build the debian target pnpm package --linux deb # Or package to a directory only pnpm package:dir