diff options
-rw-r--r-- | README.mdown | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.mdown b/README.mdown index 02462fa..8b5217b 100644 --- a/README.mdown +++ b/README.mdown @@ -2,7 +2,8 @@ GIMPixel is a set of brushes, palettes, and image templates designed to turn [GIMP](http://gimp.org) into an enjoyable piece of pixeling software. It's still in its infancy, so if you know a thing or two about configuring GIMP or would like to contribute brushes, palettes, or more, don't hesitate to join in! -For a quick look at what GIMPixel provides, check out the features.png file: +For a quick look at what GIMPixel provides, check out the `features.png` file: + ![A summary of features that GIMPixel offers](https://github.com/sporkbox/gimpixel/raw/master/features.png "Isn't it awesome?") ## Usage @@ -16,11 +17,10 @@ Adding the following to ~/.fluxbox/menu should work: ### Bash script Put the following into a text file and save it as an executable shell script: -~~~~~ -#!/bin/bash -export GIMP2_DIRECTORY=~/.gimpixel -exec gimp -~~~~~ + + #!/bin/bash + export GIMP2_DIRECTORY=~/.gimpixel + exec gimp Name it something like `gimpixel` and you'll have a quicklauncher. |