fixed readme installation guide

This commit is contained in:
Falko Victor Habel 2025-01-20 13:30:13 +01:00
parent 329ac941fd
commit 6ed873352d
1 changed files with 1 additions and 1 deletions

View File

@ -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
```