Skip to content

Commit 01ba08d

Browse files
authored
Merge pull request #219 from carlaKC/198-protocrequirement
readme: add protoc to requirements
2 parents 72aad2c + 4c102e6 commit 01ba08d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on. You will need:
1919
topology of channels.
2020
* Access to execute commands on _at least_ one node in the network.
2121
* Rust compiler [installed](https://www.rust-lang.org/tools/install).
22+
* Protoc [installed](https://grpc.io/docs/protoc-installation).
2223

2324
## LN Implementation Support
2425
* LND ✅
@@ -30,7 +31,8 @@ See our [tracking issue](https://github.com/bitcoin-dev-project/sim-ln/issues/26
3031
for updates on implementation support (contributions welcome!).
3132

3233
## Getting Started
33-
Clone the repo:
34+
35+
Once you have all the pre-requisites installed, clone the repo:
3436
```
3537
git clone https://github.com/bitcoin-dev-project/sim-ln
3638
cd sim-ln

0 commit comments

Comments
 (0)