From af37700fa9690c7fa9fb66ec066517a1ad9d2355 Mon Sep 17 00:00:00 2001
From: SocksTheWolf <132639882+SocksTheWolf@users.noreply.github.com>
Date: Sat, 23 Mar 2024 20:52:49 -0700
Subject: [PATCH] Update docs
---
README.md | 17 +++++++++--------
index.html | 4 ++--
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 02e65dd..6869724 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
A fun side-project to make tier lists in your browser.
-[Try it live!](https://thenick775.github.io/TierListMaker/)
-
## Features
- drag-to-upload (one or more images)
@@ -14,17 +12,20 @@ A fun side-project to make tier lists in your browser.
- export as an image
- everything stays in your browser, nothing is uploaded to the server: you keep your data
- dynamic tier names
+- dark mode
## Getting Started
-```shell
-git clone https://github.com/thenick775/TierListMaker.git
-cd TierListMaker/
-python -m http.server
-```
+1. [Download the source code found on this page](https://github.com/SocksTheWolf/TierListMaker/releases/latest)
+
+2. Unzip the downloaded file.
-Then open your browser and go to http://localhost:8000/
+3. Drag and drop the `index.html` file from the folder into your browser.
+
+4. Start tier listing!
## Screenshots
+(This is of the old version)
+
diff --git a/index.html b/index.html
index d62f355..c985ec2 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@