From aa77a764a45a341d9a40e4b2db2c1243b848a523 Mon Sep 17 00:00:00 2001 From: arcbtc Date: Thu, 28 Dec 2023 15:42:34 +0000 Subject: [PATCH] improved caveat --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17547ad..46afad4 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Ready to start hacking? Once you've forked this extension, you can incorporate functions from other extensions as needed. ### How to Use This Template -> This guide assumes you're using this extension as a base for a new one. +> This guide assumes you're using this extension as a base for a new one, and have installed LNbits using https://github.com/lnbits/lnbits/blob/main/docs/guide/installation.md#option-1-recommended-poetry. -1. Install and enable the extension either through the official LNbits manifest or by adding https://raw.githubusercontent.com/lnbits/temp/main/manifest.json to `"Server"/"Server"/"Extension Sources"`. ![Extension Sources](https://i.imgur.com/MUGwAU3.png) -2. Shut down your LNbits installation. +1. Install and enable the extension either through the official LNbits manifest or by adding https://raw.githubusercontent.com/lnbits/temp/main/manifest.json to `"Server"/"Server"/"Extension Sources"`. ![Extension Sources](https://i.imgur.com/MUGwAU3.png) ![Extension Enable](https://i.imgur.com/hHXn6d2.png) +2. `Ctrl c` shut down your LNbits installation. 3. Download the extension files from https://github.com/lnbits/temp to a folder outside of `/lnbits`, and initialize the folder with `git`. Alternatively, create a repo, copy the temp extension files into it, then `git clone` the extension to a location outside of `/lnbits`. 4. Remove the installed extension from `lnbits/lnbits/extensions`. 5. Create a symbolic link using `ln -s /home/ben/Projects/ /home/ben/Projects/lnbits/lnbits/extensions`.