diff options
author | zlg <zlg@zlg.space> | 2011-02-08 01:49:00 -0600 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2011-02-08 01:49:00 -0600 |
commit | 7358a6a993be18179f6d1889627c87a040bda9ca (patch) | |
tree | 208f572c5f89f8a54f6d73150d0261b2c9e56838 | |
parent | updated readme (diff) | |
download | gimpixel-7358a6a993be18179f6d1889627c87a040bda9ca.tar.gz gimpixel-7358a6a993be18179f6d1889627c87a040bda9ca.tar.bz2 gimpixel-7358a6a993be18179f6d1889627c87a040bda9ca.tar.xz gimpixel-7358a6a993be18179f6d1889627c87a040bda9ca.zip |
updated readme
Diffstat (limited to '')
-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. |