From 5e6497f8c3d23a766bdad9a62729bd6979ce3841 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 18 Nov 2023 17:23:03 -0800 Subject: [PATCH] readme: fix some wording --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eee17e6..dc99748 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ From then on you can enable them all like this: 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 \ No newline at end of file