From 51e8c199754430c4d557c2dbfedd7442e435fd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 4 Dec 2015 13:33:43 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 735530e..4a1d501 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,8 +2,6 @@ This README includes documentation of Kemal, the Crystal Web Server. - - [Tutorial](./tutorial.md) - ## What is Kemal? Kemal is a web server working on Crystal language. Strongly inspired on Sinatra project. @@ -22,3 +20,13 @@ Crystal is a programming language based on *Ruby* syntax. ## The Name Kemal means *Mature, grown up* in Turkish and Arabic. + +## How to start? + + - [Getting Started Tutorial](./tutorial.md) + - [Using Dynamic Templates](./templates.md) + - [Parsing HTTP requests and Form Data](./http-requests.md) + - [Uploading Files](./upload.md) + - [Serving Static Files](./statics.md) + - [Serving JSON API](./json.md) + - [How to connect to Database](./database.md)