Move releases section

This commit is contained in:
Marko Korhonen 2020-01-22 00:39:54 +02:00
parent 4ecd409c27
commit b707a29881
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -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.