From 1a6cc0277dee2f554e151925b449bc9434338372 Mon Sep 17 00:00:00 2001 From: Bowen Date: Sat, 6 Oct 2018 10:21:42 +0800 Subject: [PATCH] chore: update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f81b4eb..4e2fb08 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ ## Usage ```bash +git clone https://github.com/lbwa/vue-design-pro.git --depth=1 +cd vue-design-pro yarn mock yarn dev -# visit http://localhost:5000 (or http://:5000) +# visit http://localhost:5000 (or http://:5000) ```