diff --git a/README.md b/README.md
index cbc58723..19815e66 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
- No build
## Quick start
-Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create `404.html` and `README.md` into `/docs`.
+Create `404.html` and `README.md` into `/docs`.
404.html
diff --git a/docs/404.html b/docs/404.html
index b7f8cead..5834379a 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -2,10 +2,15 @@
+ Docsify
+
diff --git a/docs/README.md b/docs/README.md
index daa4b67f..67f83063 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,17 +1,23 @@
-# docsify [WIP]
-[](https://travis-ci.org/QingWei-Li/docsify)
-[](https://www.npmjs.com/package/docsify)
+# docsify
->🃏 A magical documentation site generator.
+> A magical documentation site generator.
## Features
- Easy and lightweight
-- Custom themes and plugins
+- Custom themes
+- No build
-## Quick start
-Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create `404.html` and `README.md` into `/docs`.
+## Quick Start
-404.html
+### Create a project
+First create a project, then create a `docs` folder
+```shell
+mkdir my-project && cd my-project
+mkdir docs && cd docs
+```
+
+### Create entry file
+Create a `404.html` file
```html
@@ -20,16 +26,73 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
-
+
+
+