From 10fdf11c3250840d6e1f7196c6bbcb4901e9b802 Mon Sep 17 00:00:00 2001 From: spla Date: Tue, 1 Mar 2022 20:09:24 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a98d13..502144f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Cleanserver get & check if all of the peers of your managed Mastodon server are 1. Clone this repo: `git clone https://gitlab.com/spla/cleanserver.git ` -2. cd into your and create the Python Virtual Environment: `python3.x -m venv .` +2. cd into your `` and create the Python Virtual Environment: `python3.x -m venv .` 3. Activate the Python Virtual Environment: `source bin/activate`