From b0c4397cc1f06d57b8f388cd97d51d9ea6a9b98a Mon Sep 17 00:00:00 2001 From: krircc Date: Sat, 13 Jan 2018 13:48:13 +0800 Subject: [PATCH] update cobalt v0.11.1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e880f..4255531 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ The Actix website template made with [Cobalt](https://cobalt-org.github.io/) # Contribute. So you want make actix-website more beautiful. ```bash +$ cobalt -V // Cobalt 0.11.1 $ 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) +$ cobalt 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) ```