Update README.md

This commit is contained in:
celisej567
2024-04-28 18:24:47 +03:00
committed by GitHub
parent 0107999990
commit b026568d1a

View File

@@ -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