Use recommended AsciiDoc style of blank lines after section title
This commit is contained in:
parent
493ca5139e
commit
78cc2ba87d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue