mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
Update README.md
This commit is contained in:
@@ -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:<br>
|
To install, follow the following commands:<br>
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python3 -m venv ./venv
|
|
||||||
```
|
|
||||||
```shell
|
|
||||||
source ./venv/bin/activate
|
|
||||||
cd ./meshbook
|
cd ./meshbook
|
||||||
|
python3 -m venv ./venv
|
||||||
|
source ./venv/bin/activate
|
||||||
```
|
```
|
||||||
```shell
|
```shell
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
@@ -100,4 +98,4 @@ apt upgrade # without -y.
|
|||||||
sleep infinity
|
sleep infinity
|
||||||
|
|
||||||
ping 1.1.1.1 # without a -c flag (because it pings forever).
|
ping 1.1.1.1 # without a -c flag (because it pings forever).
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user