readme: fix some wording

This commit is contained in:
Marco Cawthorne 2023-11-18 17:23:03 -08:00
parent 7103ed542e
commit 5e6497f8c3
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,12 @@ From then on you can enable them all like this:
etc. - you will figure it out. etc. - you will figure it out.
For a new mod to be recognized by the service files, you simply need to have a sub-directory with a `server.cfg` file and it'll assume you've got a mod directory set up within your installation. For a new mod to be recognized by the service scripts, you simply need to have a sub-directory with a `server.cfg` file and it'll assume you've got a mod directory set up within your installation.
If you're unfamilar with how systemd units work, this is how you host a new mod via a systemctl:
`systemctl --user start freehl@moddir`
Should be self explanatory? That's basically all those scripts do, iterate over the mod directories and run those commands over and over.
-- eukara -- eukara