From e721ae1d127623fbff6ec79e46a199329029bd28 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 8 Nov 2021 09:50:11 +0000 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 728bfc32..3051176e 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -9,9 +9,10 @@ nav_order: 2 Download this repo and install the dependencies: ```sh -git clone https://github.com/lnbits/lnbits.git +git clone https://github.com/lnbits/lnbits-legend.git cd lnbits/ # 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 ./venv/bin/pip install -r requirements.txt cp .env.example .env