From 14080bf8b2741ce4364f446ae62d164c624a241c Mon Sep 17 00:00:00 2001 From: hornet Date: Mon, 14 Oct 2024 16:20:43 +0000 Subject: [PATCH] upadte README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c9e7d6..5f2dc00 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ as a way of communication for various topics without the fear of being recognisz # features >Both logged-in and anonymous posting + >Admin dashboard for moderation + >No Javascript whatsoever + >Minimal dependencies + >Minimalistic design # installation @@ -24,7 +28,7 @@ git clone https://git.lainlounge.xyz/hornet/wirechan 2. Create and activate virtual environment: ``` -python3 -m venv venv +python3 -m venv venv && source venv/bin/activate ``` 3. Install the dependencies: