From 8c0f0477477c94e2842aabd2cf7ccb07e16ac106 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sun, 30 May 2021 09:19:08 -0400 Subject: [PATCH] Update HTML manual to mention man page --- .../020_Download_and_Installation/020_On_Debian_and_Ubuntu.md | 1 + docs/en/025_Using_The_Arsse/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md b/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md index ea8c0d9..3890614 100644 --- a/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md +++ b/docs/en/020_Getting_Started/020_Download_and_Installation/020_On_Debian_and_Ubuntu.md @@ -35,6 +35,7 @@ sudo mv sysusers.conf /etc/sysusers.d/arsse.conf sudo mv tmpfiles.conf /etc/tmpfiles.d/arsse.conf sudo mv config.php nginx apache /etc/arsse/ sudo mv php-fpm.conf /etc/php/$php_ver/fpm/pool.d/arsse.conf +sudo mv man/man1/* /usr/shame/man/man1/ # Move the administration executable sudo mv arsse /usr/bin/ ``` diff --git a/docs/en/025_Using_The_Arsse/index.md b/docs/en/025_Using_The_Arsse/index.md index a6c215e..475fdce 100644 --- a/docs/en/025_Using_The_Arsse/index.md +++ b/docs/en/025_Using_The_Arsse/index.md @@ -2,7 +2,7 @@ This section details a few administrative tasks which may need to be performed after installing The Arsse. As no Web-based administrative interface is included, these tasks are generally performed via command line interface. -Though this section describes some commands briefly, complete documentation of The Arsse's command line interface is not included in this manual. Documentation for CLI commands can instead be viewed with the CLI itself by executing `arsse --help`. +Though this section describes some commands briefly, complete documentation of The Arsse's command line interface is not included in this manual. Documentation for CLI commands can instead be viewed using the system manual service by executing `man arsse`. # A Note on Command Invocation