Added run instruction

This commit is contained in:
Sdogruyol 2015-10-24 19:20:49 +03:00
parent 459f602645
commit f2e385801f

View file

@ -14,6 +14,12 @@ get "/" do
end
```
Build and run!
```
crystal build --release src/kemal_sample.cr
./kemal_sample
```
Go to *http://localhost:3000*
Check [samples](https://github.com/sdogruyol/kemal/tree/master/samples) for more.