From ecfb2ecef94098133b9dc4c076db3a0ded1596a0 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Mon, 17 Apr 2023 00:08:49 -0400 Subject: [PATCH] Adds a readme to help future me. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..98451f3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Steps to reinstall +- Clone this repo onto new server +- Run light-install.sh +- Update the hosts file as mentioned in the output of the light-install +- Run start.sh + +That should do it. \ No newline at end of file