We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5447cc9 commit c55578eCopy full SHA for c55578e
1 file changed
README.md
@@ -62,17 +62,17 @@ Once you get done compiling each operation go to its build direcory and get the
62
## OS specific location to put GEGL Filter binaries
63
64
Windows
65
-C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins
+`C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins`
66
67
-or C:\Users\AppData\Local\gegl-0.4\plug-ins
+or `C:\Users\AppData\Local\gegl-0.4\plug-ins`
68
69
*you may need to create the "plug-ins" folder if it doesn't exist.
70
71
Linux
72
- /home/(USERNAME)/.local/share/gegl-0.4/plug-ins
+ `/home/(USERNAME)/.local/share/gegl-0.4/plug-ins`
73
74
Linux (Flatpak)
75
- /home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
+ `/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins`
76
77
78
## Compiling and Installing
0 commit comments