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 1/2] 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 +``` From f3dcd0a00b0c12d2f1a8722278fb14c1cfb0eedb Mon Sep 17 00:00:00 2001 From: dselen <80752476+DaanSelen@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:29:07 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f77c088..eaf64d9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ To install, follow the following commands:
cd ./meshbook python3 -m venv ./venv source ./venv/bin/activate -``` -```shell pip3 install -r requirements.txt ``` Then you can use meshbook, for example: