From 046afe752a85997bf32e10b60cd18cfda3443fbb Mon Sep 17 00:00:00 2001 From: Mark Tang Date: Sun, 15 May 2022 15:25:38 +0800 Subject: [PATCH] update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f436cd..87b4067 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Writing... Install Dapp CLI. ```bash +npm install -g yarn npm install -g dapp-cli ``` @@ -39,4 +40,10 @@ Create workspace: ```bash dapp init -``` \ No newline at end of file +``` +![dapp-cli-flow-3.gif](https://s2.loli.net/2022/05/15/cmUQz15Xo8FwgKa.gif) + +```bash +dapp -h +``` +![Help](https://s2.loli.net/2022/05/15/Wl7N8KMAdmUbRto.png) \ No newline at end of file