From 7358a6a993be18179f6d1889627c87a040bda9ca Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 8 Feb 2011 01:49:00 -0600 Subject: updated readme --- README.mdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.mdown') 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. -- cgit v1.2.3-54-g00ecf