Fix link in DEPLOY.md to use preview branch. Fixes #862.

This commit is contained in:
Phil Hagelberg 2012-11-25 09:11:17 -08:00
parent 9e9f431867
commit d4d6548dd3
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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