summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b774ad16f..2e042d209 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -47,6 +47,15 @@ Report all bugs and ideas to that sub project.
[Inkscape Extensions](https://gitlab.com/inkscape/extensions/)
+They are available as a sub-module which can be updated independently:
+
+```sh
+git submodule update --remote
+```
+
+This will update the module to the latest version and you will see the
+extensions directory is now changes in the git status. So be mindful of that.
+
Build Options
-------------
@@ -72,4 +81,4 @@ Or, to build Inkscape with debugging symbols, do:
```sh
cmake -DCMAKE_BUILD_TYPE=Debug ..
-``` \ No newline at end of file
+```