readme: fix some wording
This commit is contained in:
parent
7103ed542e
commit
5e6497f8c3
1 changed files with 7 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue