Updated LNbits Documentation (markdown)

arbadacarba 2023-05-25 01:33:11 +02:00
parent d595914c54
commit 5b1905a176

@ -1521,7 +1521,7 @@ make all
Anyone can create an extension by following the [example extension](https://github.com/lnbits/example) and [making extensions](https://github.com/lnbits/lnbits/blob/main/docs/devs/extensions.md) dev guide.
Start off by copying the [extensions example](https://github.com/lnbits/example) into your own repo or find an extension that is similar to your approach and you want to change. We will explain the process starting off from the example but rather want to encourage you to take an existing one. Before you start also check [this guide](http://docs.lnbits.org/guide/extension-install.html)
Start off by copying the [extensions example](https://github.com/lnbits/example) into your own repo or find an extension that is similar to your approach and you want to change. We will explain the process starting off from the example but rather want to encourage you to take an existing one. Before you start also check [this guide](http://docs.lnbits.org/guide/extension-install.html) in textform or [this video from Ben](https://www.youtube.com/watch?v=98VYC99s770&t=295s).
```
sh