upadte README.md

This commit is contained in:
hornet 2024-10-14 16:20:43 +00:00
parent ff34dc024a
commit 14080bf8b2

View file

@ -10,9 +10,13 @@ as a way of communication for various topics without the fear of being recognisz
# features # features
>Both logged-in and anonymous posting >Both logged-in and anonymous posting
>Admin dashboard for moderation >Admin dashboard for moderation
>No Javascript whatsoever >No Javascript whatsoever
>Minimal dependencies >Minimal dependencies
>Minimalistic design >Minimalistic design
# installation # installation
@ -24,7 +28,7 @@ git clone https://git.lainlounge.xyz/hornet/wirechan
2. Create and activate virtual environment: 2. Create and activate virtual environment:
``` ```
python3 -m venv venv python3 -m venv venv && source venv/bin/activate
``` ```
3. Install the dependencies: 3. Install the dependencies: