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 +```