We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d5f97 commit 86f7f11Copy full SHA for 86f7f11
README.md
@@ -33,7 +33,7 @@ Monitor and analyze the emergent behaviors of Bitcoin networks.
33
34
```sh
35
python3 -m venv .venv
36
-source ./venv/bin/activate
+source .venv/bin/activate
37
```
38
39
### 2. Install Warnet
@@ -97,4 +97,4 @@ defaults for all nodes in the network by editing `node-defaults.yaml`. Once
97
your network is running use Warnet [CLI](docs/warnet.md) commands to interact with it.
98
99
100
-
+
0 commit comments