From af32cdfcaf77ecdd82087f0dc0db506ba7282647 Mon Sep 17 00:00:00 2001 From: krircc Date: Wed, 10 Jan 2018 09:08:38 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a8ab6..e0e880f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # actix-theme The Actix website template made with [Cobalt](https://cobalt-org.github.io/) -So you want make actix-website more beautiful. + # Contribute. +So you want make actix-website more beautiful. +```bash $ git clone https://github.com/actix/actix-website.git $ cd actix-website // modify index.liquid or tutorials/community/more markdown file. // also add or modify markdown files in docs/blog DIR. $ cobalt watch or serve // it will get 'build' DIR, so only need put files in this 'build' DIR to [actix.github.io](https://github.com/actix/actix.github.io) +```