From 0acabdd26cfdc5a42d9eb77694a435e2ace7c577 Mon Sep 17 00:00:00 2001
From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com>
Date: Sun, 9 Jun 2024 17:33:46 -0300
Subject: [PATCH] Change warning to info, re-add newline
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 2fb4e6c..c753207 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Vesktop is a custom Discord Desktop app.
Linux Screenshare |
- |
+ |
 |
 |
@@ -53,7 +53,8 @@ Flathub provides both `amd64` (`x86_64`) and `arm64` (`aarch64`) builds on a sin
[](https://flathub.org/apps/dev.vencord.Vesktop)
-If you prefer a native package for your distribution, check the list below.
+If you prefer a native package for your distribution, check the list below.
+
To check which version is appropriate for your system, type `uname -m` in a terminal window.
- `amd64` (`x86_64`)
@@ -70,8 +71,8 @@ To check which version is appropriate for your system, type `uname -m` in a term
#### Community packages
-> [!WARNING]
-> There are unofficial packages created by the community. They are not officially supported by us; so, before reporting issues, please first confirm the issue also happens on official builds. When in doubt, consult with their packager first.
+> [!INFO]
+> There are unofficial packages created by the community. They are not officially supported by us; so, before reporting issues, please first confirm the issue also happens on official builds. When in doubt, consult with their packager first.
> The Flatpak and AppImage should work on any distro that [supports them](https://flatpak.org/setup/), so I recommend you just use those instead!
- Arch Linux: [Vesktop on the Arch User Repository (AUR)](https://aur.archlinux.org/packages?K=vesktop)
@@ -102,5 +103,6 @@ pnpm package:dir
# Licensing
-This project is licensed under the GNU General Public License (GPL) version 3, or, at your option, any later version.
+This project is licensed under the GNU General Public License (GPL) version 3, or, at your option, any later version.
+
See the [LICENSE](LICENSE) file for more details.