From e953e68c7c85bf2e2a9b0d9eb83e63127f708d88 Mon Sep 17 00:00:00 2001 From: dselen <80752476+DaanSelen@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:28:52 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 91e7d8f..f77c088 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ Then make a yaml with a target and some commands! See below examples as a guidel To install, follow the following commands:
```shell -python3 -m venv ./venv -``` -```shell -source ./venv/bin/activate cd ./meshbook +python3 -m venv ./venv +source ./venv/bin/activate ``` ```shell pip3 install -r requirements.txt @@ -100,4 +98,4 @@ apt upgrade # without -y. sleep infinity ping 1.1.1.1 # without a -c flag (because it pings forever). -``` \ No newline at end of file +```