From 64dfd0c749d57033f7aef74e8f4e2b53f748c541 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:00:43 -0600 Subject: [PATCH] Update README.md - minor edits --- mineos/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mineos/README.md b/mineos/README.md index 28a354f..b32e4c2 100644 --- a/mineos/README.md +++ b/mineos/README.md @@ -12,19 +12,20 @@ chmod +x mineos-install.sh ``` ## Variables +These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at defalut unless you have a good reason to change them. PYTHON_VERSION - - python version to use (currenlty defaults to 311) +- python version to use (currenlty defaults to 311) NODE_VERSION - - node version to use (currenlty defaults to 20) +- node version to use (currenlty defaults to 20) JAVA_VERSION - - java version to use (currenlty defaults to 22) +- java version to use (currenlty defaults to 22) ## Mount points (should be mounted outside the jail) - - `/var/games/minecraft` - data directory +- `/var/games/minecraft` - data directory ## Jail Properties - - mount_procfs=1 - - mount_linprocfs=1 +- mount_procfs=1 +- mount_linprocfs=1