diff --git a/README.md b/README.md index df23156..1318706 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Agreper - minimal, no-JS forum software -Agreper is a forum board with a focus on being easy to set up and manage. +![Hello world!](https://static.agreper.com/hello_world.png) -## Features +Agreper is a forum board with a focus on being easy to set up and manage. ## Install & running @@ -14,7 +14,7 @@ Ensure you have the necessary packages, e.g. for Debian: apt install git make sqlite3 python3-venv python3-pip ``` -First clone or [download the latest release](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.tar.gz). +First clone or [download the latest release](https://github.com/Demindiro/agreper/archive/refs/tags/v0.1.1.tar.gz). Then setup with: @@ -29,3 +29,9 @@ Lastly, run with: ``` You will need a proxy such as nginx to access the forum on the public internet. + +## Screenshots + +![Index](https://static.agreper.com/index.png) +![Forum](https://static.agreper.com/forum.png) +![Admin panel](https://static.agreper.com/admin_panel.png)