Skip to content

Commit

Permalink
readme and history
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed Nov 6, 2011
1 parent 8f07a45 commit 526bc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Learn more at [Web Noir](http://www.webnoir.org) and see [Pinot](https://github.
The best way to get started with noir is by downloading the lein noir plugin for [leiningen](https://github.com/technomancy/leiningen):

```bash
lein plugin install lein-noir 1.2.0
lein plugin install lein-noir 1.2.1
lein noir new my-website
cd my-website
lein run
```
If you want to include Noir in an already created leiningen project, simply add this to your dependencies:

```clojure
[noir "1.2.0"]
[noir "1.2.1"]
```

You can also use [noir-cljs](https://github.com/ibdknox/noir-cljs) to add ClojureScript compilation to Noir via middleware.
Expand Down
1 change: 1 addition & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
##Changes for 1.2.1
* BREAKING CHANGE: (url-for) now takes a map of params instead of key-value pairs: (url-for foo {:id 2})
* Changed noir.content.pages to noir.content.getting-started
* Added noir.response/jsonp
* Added :base-url option to noir.server so that you can run noir at different root urls
* Added noir.session/swap! to do atomic updates to the session
Expand Down

0 comments on commit 526bc1d

Please sign in to comment.