From 04c5d06301b210cd15535189961c5f4fdc3652f3 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Sun, 29 Jan 2023 22:42:11 +0000 Subject: [PATCH] Add screenshot --- README.md | 2 ++ ...t_from_2023-01-29_14-38-58.png => screenshot.png | Bin 2 files changed, 2 insertions(+) rename Screenshot_from_2023-01-29_14-38-58.png => screenshot.png (100%) diff --git a/README.md b/README.md index 3be6171..cb230a3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A collection of scripts to start a Minecraft server on Amazon AWS on demand and automatically shut it down when not in use. +![Screenshot of software showing a Turn On button and server status](screenshot.png) + ## Installation and Usage These packages require PHP, Python3, the PIP module mcstatus, the AWS cli, and a webserver. diff --git a/Screenshot_from_2023-01-29_14-38-58.png b/screenshot.png similarity index 100% rename from Screenshot_from_2023-01-29_14-38-58.png rename to screenshot.png