mirror of
https://github.com/celisej567/Vesktop.git
synced 2025-12-31 13:48:25 +03:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user