From b8bee9d9b259344dfa076e7d69f73f974939b0a9 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sat, 13 Jul 2019 21:20:07 -0400 Subject: Document how to update the extensions submodule --- INSTALL.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +``` -- cgit v1.2.3