From 04a0ae8a82be07533e49ce24a48cef78c3c0c684 Mon Sep 17 00:00:00 2001 From: William Kelso Date: Mon, 2 Dec 2024 13:33:06 -0500 Subject: [PATCH] Update placement of palette file, add support for local flatpack installation --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bed44e1b2..174140b85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,16 @@ It is recommended to use the free and open source [Inkscape](http://inkscape.org An elementary color palette is provided, it is recommended to copy it into your Inkscape settings before you get started. +_(Run these from the root of the icons repo)_ ```bash -cp elementary.gpl ~/.config/inkscape/palettes/ +cp data/elementary.gpl ~/.config/inkscape/palettes/ +``` + +For flatpak installations, use one of the following. + +```bash +# Local +cp data/elementary.gpl ~/.local/share/flatpak/app/org.inkscape.Inkscape/current/active/files/share/inkscape/palettes/ ``` To contribute to the elementary icon set, open a pull request to this repository with your icon(s).