From 980730bd53490a1504e85c93a4a757da7b55c2d0 Mon Sep 17 00:00:00 2001 From: Federico Maria Morrone Date: Sat, 10 Aug 2024 02:41:42 +0200 Subject: [PATCH] Move installation section before configuration section --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e453332..09cf287 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,6 @@ features, our community is here to help. ## Getting Started -### Configuration - -Verdi is highly configurable via a simple TOML file. The main configuration file -can be found at: - -`$XDG_CONFIG_HOME/verdi/verdi.toml` (Typically `~/.config/verdi/verdi.toml` on -most systems). - -For detailed configuration options, visit our -[documentation](https://docs.verdi.rocks/configuration). - ### Installation If you're using an Arch-based distribution, Verdi is available as a development @@ -57,6 +46,17 @@ paru -S verdi-git Support for additional distributions is on the roadmap and will be available soon. +### Configuration + +Verdi is highly configurable via a simple TOML file. The main configuration file +can be found at: + +`$XDG_CONFIG_HOME/verdi/verdi.toml` (Typically `~/.config/verdi/verdi.toml` on +most systems). + +For detailed configuration options, visit our +[documentation](https://docs.verdi.rocks/configuration). + ### Building from Source Before you start building Verdi, ensure that your environment meets the