mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update README to include Installation. Fixes #267
This commit is contained in:
parent
274d34cfc6
commit
f3f9864ae5
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -48,6 +48,17 @@ Numbers speak louder than words.
|
||||||
|
|
||||||
These results were achieved with ```wrk``` on a Macbook Pro Late 2013. (**2Ghz i7 8GB Ram OS X Yosemite**)
|
These results were achieved with ```wrk``` on a Macbook Pro Late 2013. (**2Ghz i7 8GB Ram OS X Yosemite**)
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
Add this to your application's `shard.yml`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
dependencies:
|
||||||
|
kemal-session:
|
||||||
|
github: kemalcr/kemal
|
||||||
|
branch: master
|
||||||
|
```
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- Support all REST verbs
|
- Support all REST verbs
|
||||||
|
|
Loading…
Reference in a new issue