From 5f895f62f8eacff4bb4d2be753a10092905fbbb4 Mon Sep 17 00:00:00 2001 From: fizzdev <58730469+fizztune@users.noreply.github.com> Date: Sun, 21 Nov 2021 17:59:20 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e0a25bd..a8ebdd9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # wedefine Urban dictionary clone written using Python and the Flask framework in 30 minutes. +It's very easy to modify, as it's only 53 lines long! + +## Setup instructions + +1. Unzip the file to where you want to run your instance of wedefine +2. Go to the directory and type `python main.py` +3. (Optional) Use an nginx reverse proxy for ssl and more. + +## Help us +Contributions are welcome.