Skip to content

Commit

Permalink
Updated README with some extra info on Lein 2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 15, 2012
1 parent 6fefb7d commit 13308d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -29,7 +29,14 @@ Then add a `lein-beanstalk-credentials` definition to your
(def lein-beanstalk-credentials
{:access-key "XXXXXXXXXXXXXXXXXX"
:secret-key "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"})

Or, if you're using Leiningen 2, you can add the credentials to your
`~/.lein/profile.clj` file:

{:user
{:aws {:access-key "XXXXXXXXXXXXXXXXXX"
:secret-key "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"}}}

Finally, lein-beanstalk uses lein-ring for packaging your
application, so all of lein-ring's configuration applies as well.
At a minimum, you'll need to your `project.clj` a reference to
Expand Down

0 comments on commit 13308d2

Please sign in to comment.