diff --git a/README.md b/README.md index 7e6d8c9..22f4ccd 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,6 @@ The only external dependency is [light](https://github.com/haikarainen/light) ### Building Clone this repository and run `cargo build --release` inside the project to compile a static binary. -### Releases -Release notes can be found in [GitHub](https://github.com/ReekyMarko/lqsd/releases) (Gitea does not support editing tags yet) -Prebuilt binaries, their checksums and signatures can also be found there - ### Arch Linux So far, I have only packaged this for Arch Linux. Packages are in [AUR](https://aur.archlinux.org/packages/?K=lqsd) @@ -51,6 +47,10 @@ Or if you don't want to build it from source, a binary version is also available ```nosyntax yay -S lqsd-bin ``` +## Releases +Release notes can be found in [GitHub](https://github.com/ReekyMarko/lqsd/releases) (Gitea does not support editing tags yet) + +Prebuilt binaries, their checksums and signatures can also be found there ## Why Rust? I wanted start a small project to learn Rust. Before lqsd, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust.