Merge pull request #1430 from mblair/add-new-app-files

mention all files created by the project generator
This commit is contained in:
Phil Hagelberg 2014-01-27 15:53:12 -08:00
commit 195b723df8

View file

@ -78,8 +78,10 @@ Generating a new project is easy:
./.gitignore
./doc
./doc/intro.md
./LICENSE
./project.clj
./README.md
./resources
./src
./src/my_stuff
./src/my_stuff/core.clj
@ -163,7 +165,7 @@ though you'll need to learn to read it for Java libraries from
[Central](http://search.maven.org). You can copy the Leiningen version
directly into the `:dependencies` vector in `project.clj`. So for
instance, if you change replace the `:dependencies` line in the example
`project.clj` above to
`project.clj` above to
```clj
:dependencies [[org.clojure/clojure "1.5.1"]