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.
2 parents 72aad2c + 4c102e6 commit 01ba08dCopy full SHA for 01ba08d
README.md
@@ -19,6 +19,7 @@ on. You will need:
19
topology of channels.
20
* Access to execute commands on _at least_ one node in the network.
21
* Rust compiler [installed](https://www.rust-lang.org/tools/install).
22
+* Protoc [installed](https://grpc.io/docs/protoc-installation).
23
24
## LN Implementation Support
25
* LND ✅
@@ -30,7 +31,8 @@ See our [tracking issue](https://github.com/bitcoin-dev-project/sim-ln/issues/26
30
31
for updates on implementation support (contributions welcome!).
32
33
## Getting Started
-Clone the repo:
34
+
35
+Once you have all the pre-requisites installed, clone the repo:
36
```
37
git clone https://github.com/bitcoin-dev-project/sim-ln
38
cd sim-ln
0 commit comments