Skip to content

Commit

Permalink
Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc committed Apr 24, 2024
1 parent 933ff56 commit 4e18c4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"uri": "https://raw.githubusercontent.com/lnbits/example/main/static/3.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/example/main/README.md",
"description_md": "https://raw.githubusercontent.com/lnbits/example/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/example/main/toc.md",
"license": "MIT"
}
9 changes: 9 additions & 0 deletions description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
An easily clonable extension that can be used a base for building a new extension.

THe usual development enviroment is:

* Clone the myextension repo to your own repo
* Edit the cloned repos manifest to your details
* Install into LNbits
* Delete the cloned extensions folder in your LNbits install
* Create a symbolic link to the extensions folder, from the where you have pulled your extension `ln -s /where/you/cloned/myextension /your/lnbits/installl/lnbits/lnbits/extensions/`

0 comments on commit 4e18c4a

Please sign in to comment.