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 ``` diff --git a/README.md b/README.md index 72772ef..036d3c5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ 下载仓库,安装并启动 ```bash -$ git clone git@github.com:imgcook/imove.git +$ git clone https://github.com/ykfe/imove.git $ cd imove $ npm install $ npm run example