From d4d6548dd30e3fd71a9632844d4caf27ecdf1210 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sun, 25 Nov 2012 09:11:17 -0800 Subject: [PATCH] Fix link in DEPLOY.md to use preview branch. Fixes #862. --- doc/DEPLOY.md | 2 +- sample.project.clj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/DEPLOY.md b/doc/DEPLOY.md index a1922984..5de6e1d1 100644 --- a/doc/DEPLOY.md +++ b/doc/DEPLOY.md @@ -2,7 +2,7 @@ Getting your library into [Clojars](http://clojars.org) is fairly straightforward as is documented near the end of -[the Leiningen tutorial](https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md). +[the Leiningen tutorial](https://github.com/technomancy/leiningen/blob/preview/doc/TUTORIAL.md). However, deploying elsewhere is not always that straightforward. ## Private Repositories diff --git a/sample.project.clj b/sample.project.clj index c7b0d8d0..cdd0bdb4 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -275,6 +275,7 @@ ;; JAVA_CMD - executable to use for java(1) ;; JVM_OPTS - extra options to pass to the java command ;; DEBUG - increased verbosity +;; LEIN_HOME - directory in which to look for user settings ;; LEIN_SNAPSHOTS_IN_RELEASE - allow releases to depend on snapshots ;; LEIN_REPL_HOST - interface on which to connect to nREPL server ;; LEIN_REPL_PORT - port on which to start or connect to nREPL server