From fe396ed5f48bdf2837f0011df92c20101fd15600 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 10 Nov 2023 15:30:14 +0200 Subject: [PATCH] man: Make structure a little closer to convention Conventionally, manual page have a FILES and an ENVIRONMENT top level section, instead of sub-sections. Following convention makes it easier and faster for experienced Unix users to find what they need. Signed-off-by: Lars Wirzenius --- rad.1.adoc | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/rad.1.adoc b/rad.1.adoc index 57325be8..4f864e5c 100644 --- a/rad.1.adoc +++ b/rad.1.adoc @@ -189,13 +189,20 @@ description and default branch by running: $ rad inspect --payload -=== Configuration +== Files -Radicle keeps a configuration file at *~/.radicle/config.json* by default. To -display its exact location on your system, you can use the *rad self --config* -command. +*~/.radicle*:: -=== Environment +The _Radicle Home_. This is the default location for Radicle configuration +files, keys, and repository storage. Can be controlled by settting the +**RAD_HOME** environment variable. + +*~/.radicle/config.json*:: + +The default configuration file for Radicle. To display its exact +location on your system, you can use the *rad self --config* command. + +== Environment Various environment variables are used by *rad*.