Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
russolsen committed Jun 19, 2010
1 parent 46accee commit 695443a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.textile
Expand Up @@ -91,7 +91,13 @@ The clj script and executable are designed to be very simple for beginners to us


Dejour is also location independant. It will run out of wherever you decide to unpack it -- no environment variables required. The only external dependancy that Dejour has is on Java: It assumes that there is a java command in your path, or that JAVA_HOME is set. If you have both, JAVA_HOME wins. Dejour is also location independant. It will run out of wherever you decide to unpack it -- no environment variables required. The only external dependancy that Dejour has is on Java: It assumes that there is a java command in your path, or that JAVA_HOME is set. If you have both, JAVA_HOME wins.


Finally, the clj script has some support for Cygwin, but I would welcome feedback from any Cygwin users out there. h2. ToDo

"Art is never finished, only abandoned." I don't know if dejour is art, but it certainly ain't finished. Here are some of the things still left undone:

* Include a GUI based REPL, possibly http://github.com/alandipert/clj-swingrepl

* There is some support in the clj script for Cygwin, but I would welcome feedback from any Cygwin users out there


h2. Contributors h2. Contributors


Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -6,7 +6,7 @@
<property name="clojure-contrib-version" value="1.1.0" /> <property name="clojure-contrib-version" value="1.1.0" />
<property name="jline-version" value="0.9.94" /> <property name="jline-version" value="0.9.94" />


<property name="dejour-version" value="${clojure-version}a" /> <property name="dejour-version" value="${clojure-version}b" />


<property name="staging-dir" value="${basedir}/build/dejour-${dejour-version}"/> <property name="staging-dir" value="${basedir}/build/dejour-${dejour-version}"/>
<property name="test-dir" value="${basedir}/test"/> <property name="test-dir" value="${basedir}/test"/>
Expand Down

0 comments on commit 695443a

Please sign in to comment.