Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Documentation: Replace some \t with space
  • Loading branch information
frlan committed Apr 20, 2013
1 parent 377f75f commit 971f147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/geany.txt
Expand Up @@ -178,12 +178,12 @@ using the environment variable ``WAFCACHE``.
A possible location of the cache directory could be ``~/.cache/waf``. In order to make use of
this, you first need to create this directory::

$ mkdir -p ~/.cache/waf
$ mkdir -p ~/.cache/waf

then add the environment variable to your shell configuration (the following example is for
Bash and should be adjusted to your used shell)::

export WAFCACHE=/home/username/.cache/waf
export WAFCACHE=/home/username/.cache/waf

Remember to replace ``username`` with your actual username.

Expand Down Expand Up @@ -214,7 +214,7 @@ list, type::
$ ./configure --help

or::
$ ./waf --help
$ ./waf --help

(depending on which build system you use).

Expand Down

0 comments on commit 971f147

Please sign in to comment.