From 675d6a6eaab6adf23ffa5491edeee9bcd244b1fd Mon Sep 17 00:00:00 2001 From: Riccardo Gagliarducci Date: Mon, 19 May 2025 16:05:37 +0200 Subject: [PATCH] Update README.md Add flatpack extension directory info --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index af44cad..69e9bcc 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,21 @@ If, for some reason, the installation via the extensions manager (as shown above ### 2.1. On Linux: +Open terminal on the extension directory + ``` cd $HOME/.config/inkscape/extensions +``` + +or if you are using flatpack + +``` +$HOME/.var/app/org.inkscape.Inkscape/config/inkscape/extensions +``` + +and than + +``` git clone https://github.com/s1291/InkRasterPerspective.git ```