make readme clearer
Marco Andronaco andronacomarco@gmail.com
Sun, 09 Jul 2023 17:25:11 +0200
1 files changed,
9 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -2,9 +2,17 @@ # TNTVillage Search Tool
## Instructions +First, make sure to clone everything correctly: +``` +git clone https://github.com/BiRabittoh/tnt-search +cd tnt-search +git submodule init +git submodule update +``` + ### Bare metal ``` -python -m venv venv +python3 -m venv venv source venv\bin\activate pip install --upgrade pip pip install -r requirements.txt