summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-19 21:55:10 -0500
committerseth <[email protected]>2023-01-19 21:55:10 -0500
commit445584973f0558399d0ae03de1ee28ff580098c4 (patch)
tree1daf7cfa552371d5f8ffb08a15029e68d03cc8ae /README.md
parent09fa1543672238c72b21e0b51eb1f3b3264bb51d (diff)
chore: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6714e49..d00cef2 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,6 @@ docker run -d -p <your_desired_port>:8080 -v /path/to/your/modpack:/data getchoo
### permission denied errors
-for users of a system with SELinux, you maybe need to append `:z` to your volume mount options. <br> for example: `-v /path/to/your/modpack:/data:z`
+for users of a system with SELinux enabled, you maybe need to append `:z` to your volume mount options.
+
+for example: `-v /path:/data:z`