summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2019-07-14 01:20:07 +0000
committerMartin Owens <doctormo@gmail.com>2019-07-14 01:20:07 +0000
commitb8bee9d9b259344dfa076e7d69f73f974939b0a9 (patch)
treec5bdf4beab608e7e753273c90b1b85dd98a516dd /INSTALL.md
parentfix #325 LaTeX export broken (diff)
downloadinkscape-b8bee9d9b259344dfa076e7d69f73f974939b0a9.tar.gz
inkscape-b8bee9d9b259344dfa076e7d69f73f974939b0a9.zip
Document how to update the extensions submodule
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
+```