Added run instruction
This commit is contained in:
parent
459f602645
commit
f2e385801f
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ get "/" do
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Build and run!
|
||||||
|
|
||||||
|
```
|
||||||
|
crystal build --release src/kemal_sample.cr
|
||||||
|
./kemal_sample
|
||||||
|
```
|
||||||
Go to *http://localhost:3000*
|
Go to *http://localhost:3000*
|
||||||
|
|
||||||
Check [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more.
|
Check [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more.
|
||||||
|
|
Loading…
Reference in a new issue