Use recommended AsciiDoc style of blank lines after section title

This commit is contained in:
Marko Korhonen 2022-06-12 11:25:44 +03:00
parent 493ca5139e
commit 78cc2ba87d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -53,15 +53,19 @@ In the configuration file you can set the following values:
|=== |===
== Installation == Installation
=== Dependencies === Dependencies
The only external dependency is The only external dependency is
https://github.com/haikarainen/light[light]. https://github.com/haikarainen/light[light].
=== Building === Building
Clone this repository and run `cargo build --release` inside the project Clone this repository and run `cargo build --release` inside the project
to compile a static binary. to compile a static binary.
=== Arch Linux === Arch Linux
So far, I have only packaged this for Arch Linux. Packages are in So far, I have only packaged this for Arch Linux. Packages are in
https://aur.archlinux.org/packages/?K=lqsd[AUR]. https://aur.archlinux.org/packages/?K=lqsd[AUR].
@ -85,6 +89,7 @@ Enter a number (default=1):
---- ----
== Releases == Releases
Release notes can be found in Release notes can be found in
https://github.com/FunctionalHacker/lqsd/releases[GitHub] (Gitea does https://github.com/FunctionalHacker/lqsd/releases[GitHub] (Gitea does
not support editing tags yet). not support editing tags yet).
@ -93,11 +98,13 @@ Prebuilt binaries, their checksums and signatures can also be found
there. there.
== Why Rust? == Why Rust?
I wanted start a small project to learn Rust. Before lqsd, I was using I wanted start a small project to learn Rust. Before lqsd, I was using
https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh[this https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh[this
script] and figured, why not rewrite it in Rust. script] and figured, why not rewrite it in Rust.
== Mirrors == Mirrors
This repository lives at This repository lives at
https://git.korhonen.cc/FunctionalHacker/lqsd[My Git server], but it is https://git.korhonen.cc/FunctionalHacker/lqsd[My Git server], but it is
also mirrored to https://github.com/FunctionalHacker/lqsd[GitHub] and also mirrored to https://github.com/FunctionalHacker/lqsd[GitHub] and