Added installation instructions
This commit is contained in:
parent
8d7b8e5d8e
commit
328629b6f4
2 changed files with 13 additions and 2 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require "../libs/kemal"
|
||||
require "kemal"
|
||||
|
||||
get "/" do
|
||||
"Hello World!"
|
||||
|
|
Loading…
Reference in a new issue