Added installation instructions

This commit is contained in:
Sdogruyol 2015-10-23 21:50:19 +03:00
parent 8d7b8e5d8e
commit 328629b6f4
2 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,18 @@
[Sinatra](http://www.sinatrarb.com/) clone for [Crystal](http://www.crystal-lang.org).
Kemal is under heavy development and supports Crystal 0.9.0!
Kemal is under heavy development and currently supports Crystal 0.9.0.
# Installation
Add it to your ```shard.yml```
```yml
dependencies:
kemal:
github: sdogruyol/kemal
branch: master
```
## Status

View File

@ -1,4 +1,4 @@
require "../libs/kemal"
require "kemal"
get "/" do
"Hello World!"