From b3c081d9c9b63a51774ec874ea8a3e266692c6a9 Mon Sep 17 00:00:00 2001 From: hhiroshell Date: Wed, 25 Apr 2018 10:03:25 +0900 Subject: [PATCH] Add the README.md . --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0584a..cc4b0aa 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# tutorials \ No newline at end of file +Hands on tutorials for Cloud Native Developsers JP meetup course +================================================================ + +How to build +------------ + +### 1. [Install mkdcos](http://www.mkdocs.org/#installation). + +### 2. Install material theme and extensions + +``` +pip install mkdocs-material +``` +``` +pip install fontawesome_markdown +``` + +### 3. Clone this repository + +``` +git clone https://github.com/cndjp/tutorials.git +``` + +### 4. Build and preview locally + +``` +mkdocs serve +```