From a868c5ff5b86e0b23111576015b206dd9555abf3 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Mon, 18 Dec 2023 16:19:11 +0100 Subject: [PATCH] chore: Use div instead of center --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1aa41cb..c02e983 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -#
ReSet
+
-
+# ReSet ![Logo of ReSet](./assets/ReSet.png) -
- -
A window manager/compositor agnostic settings application for Linux written in rust and gtk4.
+A window manager/compositor agnostic settings application for Linux written in rust and gtk4. +
@@ -17,7 +16,7 @@ ## Screenshots -
+
### Audio @@ -28,7 +27,7 @@ ### Bluetooth Bluetooth Screenshot of ReSet -
+ ## Packaging ReSet is available with the following packaging solutions: @@ -50,14 +49,20 @@ flatpak install --user reset.flatpak Manually: Download the package from the releases tab and install it with pacman. -```sudo pacman -U /path/to/reset``` +``` +sudo pacman -U /path/to/reset +``` ### Debian Package(Ubuntu 23.04 dependencies) Download the package from the releases tab and install it with apt. -```sudo apt install ./path/to/reset``` +``` +sudo apt install ./path/to/reset +``` ### crates -```cargo install ReSet``` +``` +cargo install reset +``` ### Compiled Binary The compiled binary is provided in the releases.