From 4c65660b997f8cee2fdded0cae6fa4472d5d3b2b Mon Sep 17 00:00:00 2001 From: David Hoppenbrouwers Date: Mon, 10 Oct 2022 14:47:48 +0200 Subject: [PATCH] Add screenshots --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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)