We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b9fc commit cf3540bCopy full SHA for cf3540b
CONTRIBUTING.md
@@ -3,8 +3,16 @@ It is recommended to use the free and open source [Inkscape](http://inkscape.org
3
4
An elementary color palette is provided, it is recommended to copy it into your Inkscape settings before you get started.
5
6
+_(Run these from the root of the icons repo)_
7
```bash
-cp elementary.gpl ~/.config/inkscape/palettes/
8
+cp data/elementary.gpl ~/.config/inkscape/palettes/
9
+```
10
+
11
+For flatpak installations, use one of the following.
12
13
+```bash
14
+# Local
15
+cp data/elementary.gpl ~/.local/share/flatpak/app/org.inkscape.Inkscape/current/active/files/share/inkscape/palettes/
16
```
17
18
To contribute to the elementary icon set, open a pull request to this repository with your icon(s).
0 commit comments