Skip to content

Commit cf3540b

Browse files
authored
Update placement of palette file, add support for local flatpack inst… (#1328)
1 parent 9b5b9fc commit cf3540b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ It is recommended to use the free and open source [Inkscape](http://inkscape.org
33

44
An elementary color palette is provided, it is recommended to copy it into your Inkscape settings before you get started.
55

6+
_(Run these from the root of the icons repo)_
67
```bash
7-
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/
816
```
917

1018
To contribute to the elementary icon set, open a pull request to this repository with your icon(s).

0 commit comments

Comments
 (0)