diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..89f53ad --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +<p>This repository contains various scripts that I use on my Alpine + Linux server.</p> +<h2>minecraft/</h2> +<p>This directory contains scripts useful for running a Minecraft + server on Alpine:</p> +<dl> + <dt><i>install</i></dt> + <dd>install the latest build of Paper (a high-performance + Minecraft server) for a given Minecraft version</dd> + <dt><i>minecraft</i></dt> + <dd>a simple OpenRC script that runs the server in a <i>screen</i> + session</dd> +</dl> +<p>You should take a look at the contents of both scripts before + using them. They are designed for my own purposes primarily.</p> |