diff options
author | John Ankarström <john@ankarstrom.se> | 2020-10-30 01:00:10 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-10-30 01:20:16 +0100 |
commit | 56387962f69bbca903b77b5e98ab180fc4c58131 (patch) | |
tree | 037126191a08f73b2205e24740ff558f9659b463 | |
download | alpine-56387962f69bbca903b77b5e98ab180fc4c58131.tar.gz |
First commit
-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> |