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