Skip to content

Commit 00f4a99

Browse files
authored
Merge pull request #732 from cndolo/docs
Improve installation docs
2 parents 12aeb44 + 039c788 commit 00f4a99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Monitor and analyze the emergent behaviors of Bitcoin networks.
3333

3434
```sh
3535
python3 -m venv .venv
36-
source ./venv/bin/activate
36+
source .venv/bin/activate
3737
```
3838

3939
### 2. Install Warnet
@@ -97,4 +97,4 @@ defaults for all nodes in the network by editing `node-defaults.yaml`. Once
9797
your network is running use Warnet [CLI](docs/warnet.md) commands to interact with it.
9898

9999

100-
![warnet-art](https://raw.githubusercontent.com/bitcoin-dev-project/warnet/main/docs/machines.webp)
100+
![warnet-art](https://raw.githubusercontent.com/bitcoin-dev-project/warnet/main/docs/machines.webp)

resources/plugins/simln/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ nodes:
102102
plugins:
103103
postDeploy:
104104
simln:
105-
entrypoint: "../../plugins/simln" # This is the path to the simln plugin folder (relative to the network.yaml file).
105+
entrypoint: "/path/to/plugins/simln" # This is the path to the simln plugin folder (relative to the network.yaml file).
106106
activity: '[{"source": "tank-0003-ln", "destination": "tank-0005-ln", "interval_secs": 1, "amount_msat": 2000}]'
107107
````
108108

109109
</details>
110110

111111

112-
## Generating your own SimLn image
112+
## Generating your own SimLN image
113113
The SimLN plugin fetches a SimLN docker image from dockerhub. You can generate your own docker image if you choose:
114114

115115
1. Clone SimLN: `git clone [email protected]:bitcoin-dev-project/sim-ln.git`

0 commit comments

Comments
 (0)