For Basic Usage
---------------

    Open clj in a text editor and set the value of the variables
    `CLOJURE_DIR' and `CLOJURE_JAR' in the function `conf_clojure',
    as well as the value of `RLWRAP' in the function `conf_rlwrap'
    according to your system.

        $ touch ~/.clj_completions

    Add clj to your path:

        $ PATH=/path/to/clj:$PATH

For 'A workflow' and subsequent sections of the file `README.txt'
-----------------------------------------------------------------

    Set the value of `hr' in the function `conf_workflow' to 1.

    Cave:

        That only works on a GNU/Linux system out of the box.
        On another system you have to find a replacement for the usage
        of `readlink' in the function `lib_dir_cp'.

        The `find' command in the function `lib_jars_cp' maybe needs to
        be modified as well, because the cmdline options of the `find'
        program seem to vary between platforms.
        `-L' makes find on a GNU/Linux system to follow symbolic links.
