mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Clearer installation instructions
This commit is contained in:
parent
171459eee9
commit
dfea8df0f7
1 changed files with 4 additions and 1 deletions
|
@ -40,9 +40,12 @@ These results were achieved with ```wrk``` on a Macbook Pro Late 2013. (**2Ghz i
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Add it to your ```shard.yml```
|
Kemal supports Crystal 0.9.0 and up.
|
||||||
|
You can add Kemal to your project by adding it to ```shard.yml```
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
name: your-app
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
kemal:
|
kemal:
|
||||||
github: sdogruyol/kemal
|
github: sdogruyol/kemal
|
||||||
|
|
Loading…
Reference in a new issue