diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-03-17 10:30:46 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-03-17 10:30:46 +0100 |
commit | c2ae987ec95671ec8f2deec943733b70d9b6d5ea (patch) | |
tree | cd84c68d1113804a87963fe23f870c524d4e1b83 /content | |
parent | d39ca50eaa09350e423fc49741fde1ebc745398e (diff) | |
download | website-c2ae987ec95671ec8f2deec943733b70d9b6d5ea.tar.gz website-c2ae987ec95671ec8f2deec943733b70d9b6d5ea.zip |
content: Update ioq3 section to 0.17 API
Diffstat (limited to 'content')
-rw-r--r-- | content/en/docs/Extra/ioq3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Extra/ioq3.md b/content/en/docs/Extra/ioq3.md index 457508b..10913a5 100644 --- a/content/en/docs/Extra/ioq3.md +++ b/content/en/docs/Extra/ioq3.md @@ -80,7 +80,7 @@ Bind the pid of the server to a name and register it in the local layer: ```bash $ irm bind proc <pid> name my.ioq3.server -$ irm reg name my.ioq3.server layer <your_local_layer> +$ irm name reg my.ioq3.server layer <your_local_layer> ``` To connect, start a client (in a different terminal): |