From 6ed873352d316edb647d205046fb2886008a18e1 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 20 Jan 2025 13:30:13 +0100 Subject: [PATCH] fixed readme installation guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d86c686..ac29590 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a Python package designed to display directory structures in a tree-like To install `tree_structurer`, you can use pip: ```bash -pip install pip install git+https://gitea.fabelous.app/Fabel/Tree-Structurer.git + pip install git+https://gitea.fabelous.app/Fabel/Tree-Structurer.git ```