Update README.md

This commit is contained in:
Jack Eilles 2024-06-02 01:03:11 +01:00 committed by GitHub
parent 587fd56256
commit 9f8b653d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
# Dead Project - xygt has rebranded to pasted.sh - undergoing rewrite, project archived for now.
![xygt.png](xygt.png)
This repository hosts all of the code for the file hosting site 'xygt.cc'.
@ -29,4 +31,4 @@ Thats it.
2. Create a virtual environment in the repository folder `python -m venv .venv`
3. Enter that venv with `source .venv/bin/activate` on Linux/MacOS or `.venv/scripts/activate` on Windows
4. Install "requirements.txt" with `pip install -r requirements.txt`
5. Run with whatever WSGI compatible runner you use, for example `flask run`
5. Run with whatever WSGI compatible runner you use, for example `flask run`