From a6ac455a6e542c838cf0efa2297608964122eb6d Mon Sep 17 00:00:00 2001 From: Diordany van Hemert Date: Sun, 9 Jun 2024 02:58:26 +0200 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43768ebe1..cdfc3a0a4 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,18 @@ To enable user directory support, run: make DO_USERDIRS=1 ``` -## Custom CVars +## Custom CVars & Commands -Here's an overview of custom CVars that have been included in this version: +Here's an overview of custom CVars and commands that have been included in this version: + +### CVars | CVar | Description | |:-------------------|:-------------------------------------------------------------------:| -| ***con_printcmd*** | *Prints the names of commands that are being executed in realtime.* | \ No newline at end of file +| ***con_printcmd*** | *Prints the names of commands that are being executed in realtime.* | + +### Commands + +| Command | Description | +|:-----------|:--------------------------| +| ***exit*** | Same as the quit command. | \ No newline at end of file