Closed theronic closed 9 years ago
The last version 0.6.0
in master, which is consistent with the README has not been deployed to Clojars yet. Try:
git clone https://github.com/swannodette/mies
cd mies
lein install
cd ..
lein new mies hello-world
And you'll get a copy of the latest mies template.
had the same problem, solution works
@swannodette it may be good to do development on a develop
branch, so when people read the README on master
, they only see released features.
Addressed now that there is a new release.
Is README out of date?
I followed the instructions to make a new project with
lein new mies hello-world
, but in that folderscripts/build
does not exist.