Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rivafarabi authored May 6, 2021
1 parent e917972 commit 2449ae7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# deckboard-extensions
Deckboard extensions repository


# How to add your extensions

- In your repository, create a new release that includes an .asar file for you extension ([example](https://github.com/rivafarabi/deckboard-power-control/releases/tag/v1.0.3))
- Create a pull request which includes a yml file. This yml provided the details of the extension ([example](https://github.com/rivafarabi/deckboard-extensions/blob/master/extensions/power-control.yml))
- Make sure the package name in the yml file and the name of the released asar file are the same.
- If you create a new version, you will also need to create another pull request with the updated yml file that includes new version of the extension

0 comments on commit 2449ae7

Please sign in to comment.