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: