From 72d01c411cd668b60b0b9ba61de09d8fd5b61cc4 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 11 May 2023 14:00:13 +0200 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a15188b..cd5f8f0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ From the Mastodon's server account where this bot is running: ## Installation -1. Clone this repo: git clone https://git.mastodont.cat/spla/pixcat.git +1. Clone this repo: git clone https://git.mastodont.cat/spla/pixcat.git `target dir` -2. cd into your and create the Python Virtual Environment: `python3.x -m venv .` +2. cd into your `target dir` and create the Python Virtual Environment: `python3.x -m venv .` 3. Activate the Python Virtual Environment: `source bin/activate`