From c6bd060d19ca539f6603582c3f367759462d7912 Mon Sep 17 00:00:00 2001 From: Gabriel Comte Date: Tue, 13 Oct 2020 10:31:53 +0200 Subject: [PATCH] docs: fix typo in command --- docs/devs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 51a915814..224aedd8c 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -34,7 +34,7 @@ You will need to copy `.env.example` to `.env`, then set variables there. ![Files](https://i.imgur.com/ri2zOe8.png) You might also need to install additional packages, depending on the [backend wallet](../guide/wallets.md) you use. -E.g. when you want to use LND you have to `pipenv run pip install lndgrpc` and `pipenv run pip install pureprc`. +E.g. when you want to use LND you have to `pipenv run pip install lndgrpc` and `pipenv run pip install purerpc`. Take a look at [Polar][polar] for an excellent way of spinning up a Lightning Network dev environment.