From 8d28e53d32b111b0b372ea6e50df4aac571999a0 Mon Sep 17 00:00:00 2001 From: "Sachin S. Kamath" Date: Sun, 20 Dec 2020 22:21:12 +0530 Subject: [PATCH] README: fix copy-pasta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da55119..917c7e9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ pipx install deathstar-empire You should only be installing DeathStar this way if you intend to hack on the source code. You're going to Python 3.8+ and [Poetry](https://python-poetry.org/). Please refer to the Poetry installation documentation in order to install it. ```console -git clone https://github.com/byt3bl33d3r/DeathStar && cd WitnessMe +git clone https://github.com/byt3bl33d3r/DeathStar && cd DeathStar poetry install ```