README.md in linner-0.3.2 vs README.md in linner-0.4.0
- old
+ new
@@ -2,46 +2,60 @@
Linner is a full-featured HTML5 application assembler.
![Linner](http://d.pr/i/bWPA+)
+#### Screencast
+
+[![Screencast](http://d.pr/i/MIyk+)](https://vimeo.com/71944672)
+
* Fast!
* Supports `Sass`, `Compass` and `Coffee`.
* Supports OS X Lion and Mountaion Lion Notifications.
* Supports Modular Javascript, All your code will be wrap by `cmd`.
* Supports `concat` code by `config file` not `directive processor`.
* Supports `copy` code from `src` to `dest`.
* Supports Real-time `concat` by `$ linner watch`.
* Supports `compress` by `$ linner build`.
* Supports `LiveReload` with [LiveReload Chrome Extention](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei).
+#### Documents
+
+[https://github.com/SaitoWu/linner/tree/master/docs](https://github.com/SaitoWu/linner/tree/master/docs)
+
## Requirements
+#### *nix
+
* Ruby 2.0
+#### Windows
+
+* JRuby 1.7.4 with 2.0 mode (`set JRUBY_OPTS=--2.0`)
+
## Installation
$ gem install linner
## Usage
-Skeleton:
+#### Skeleton
$ linner new webapp && cd webapp
-Watch:
+#### Watch
$ linner watch
-Server:
+#### Server
$ ./bin/server # or server if put "./bin" in your PATH
-Build:
+#### Build
$ linner build
-Clean:
+#### Clean
$ linner clean
## Contributing