summaryrefslogtreecommitdiffstats
path: root/cmake/addons/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/addons/README.md')
-rw-r--r--cmake/addons/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/addons/README.md b/cmake/addons/README.md
index 6470ee1..e04c834 100644
--- a/cmake/addons/README.md
+++ b/cmake/addons/README.md
@@ -5,7 +5,7 @@ This directory contains the cmake-based buildsystem for Kodi add-ons. It looks i
5 - `<addon-id> <git-url> <git-revision>` 5 - `<addon-id> <git-url> <git-revision>`
6 - `<addon-id> <tarball-url>` 6 - `<addon-id> <tarball-url>`
7 - `<addon-id> <file://path>` 7 - `<addon-id> <file://path>`
8 8
9where 9where
10- `<addon-id>` must be identical to the add-on's ID as defined in the add-on's addon.xml 10- `<addon-id>` must be identical to the add-on's ID as defined in the add-on's addon.xml
11- `<git-url>` must be the URL of the git repository containing the add-on 11- `<git-url>` must be the URL of the git repository containing the add-on