mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
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).
|
[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
|
## Status
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
require "../libs/kemal"
|
require "kemal"
|
||||||
|
|
||||||
get "/" do
|
get "/" do
|
||||||
"Hello World!"
|
"Hello World!"
|
||||||
|
|
Loading…
Reference in a new issue