From cbe51f2f10867770320550619f3cfc8cd2ad3139 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 23 Sep 2022 15:02:36 -0700 Subject: [PATCH] Updated docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f0cfd..2e108a7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ docker compose exec main dayzserver stop Interactive interface for adding, listing, removing, and updating mods. ``` -docker compose exec main dayzserver workshop activate id [id2...] | add id1 [id2...] | deactivate io1 [id2...] list | remove id [id2...] | update +docker compose exec main dayzserver activate id [id2...] | add id1 [id2...] | deactivate io1 [id2...] list | remove id [id2...] | update ``` Look for mods in the [DayZ Workshop](https://steamcommunity.com/app/221100/workshop/). Browse to one. In its URL will be @@ -132,7 +132,7 @@ an `id` parameter. Here is the URL to SimpleAutoRun: https://steamcommunity.com/ add it: ``` -docker compose exec main dayzserver workshop add 2264162971 +docker compose exec main dayzserver add 2264162971 ``` Adding and removing mods will add and remove their names from the `-mod=` parameter.