From d1a7d684b597816d3929cafbc5aeded3bb3e6817 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:17:07 +0000 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 91cefebeb..a13eb4db0 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -25,7 +25,7 @@ Download this repo and install the dependencies: ```sh git clone https://github.com/lnbits/lnbits-legend.git -cd lnbits/ +cd lnbits-legend/ # ensure you have virtualenv installed, on debian/ubuntu 'apt install python3-venv' should work # for now you'll need to `git checkout FastAPI` python3 -m venv venv