From 010799999008b720a437c37c0a5fc2e74632a92e Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Sun, 28 Apr 2024 18:20:04 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbef25c..4ae1b81 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,12 @@ Below you can find unofficial packages created by the community. They are not of Packaging will create builds in the dist/ folder ```sh +#tested on Ubuntu 24.04 +sudo apt install npm + +#install pnpm if you dont have it. +sudo npm install -g @pnpm/exe + git clone https://github.com/Vencord/Vesktop cd Vesktop @@ -70,7 +76,7 @@ pnpm i # Or package pnpm package # Or only build the pacman target -pnpm package --linux pacman +pnpm package --linux deb # Or package to a directory only pnpm package:dir ```