From 89fe4a5c64c7bc837865182a35ff44877b6b8cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Thu, 4 Mar 2021 09:37:40 +0800 Subject: [PATCH] Update README.en-US.md --- README.en-US.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.en-US.md b/README.en-US.md index c1c4d32..7a44f58 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -30,7 +30,9 @@ Download this project, install dependencies and start the project. ```bash -$ git clone https://github.com/imgcook/imove.git +$ git clone https://github.com/ykfe/imove.git +$ cd imove +$ npm install $ npm run example ```