aboutsummaryrefslogtreecommitdiff
path: root/cmake/addons
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/addons')
-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 6470ee1686..e04c8345e8 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
- `<addon-id> <git-url> <git-revision>`
- `<addon-id> <tarball-url>`
- `<addon-id> <file://path>`
-
+
where
- `<addon-id>` must be identical to the add-on's ID as defined in the add-on's addon.xml
- `<git-url>` must be the URL of the git repository containing the add-on