aboutsummaryrefslogtreecommitdiff
path: root/cmake/addons
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-08 12:40:05 +0100
committerh.udo <hudokkow@gmail.com>2018-06-12 13:06:20 +0100
commit9adde6e8f705a2af36b46549f6a8ab9ce3db4b36 (patch)
treeba21d382ff9086f844d600862fe1deef934d7b91 /cmake/addons
parent43f20a4a0beff9101aba211cdce96d01d95dd0df (diff)
[cmake] nuke whitespace
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