diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-28 10:24:52 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-28 10:24:52 -0500 |
commit | df49997712d848e43af5ef92a57d744fc62b91a7 (patch) | |
tree | 74f12f7a3220fda5b8f238e45962a9567343afe0 | |
parent | ed4faa44d05dbdc67a1c67b52acdcde085eb75ae (diff) |
Add offline build instructions to README
-rw-r--r-- | README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,7 +78,9 @@ following: ant clean ant -lib /path/to/maven-ant-tasks.jar ci-build - 3. In the clojure-contrib directory, run "mvn package" + 3. In the clojure-contrib directory, run the following: + + mvn package --offline |