mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Update HTML manual to mention man page
This commit is contained in:
parent
fd76b1b611
commit
8c0f047747
2 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue