Browse Source
Merge pull request #91 from juzhiyuan/patch-1
fix: update clone URL in README
master
SmallStone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
2 deletions
-
README.en-US.md
-
README.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 |
|
|
|
``` |
|
|
|
<!-- markdown-link-check-disable --> |
|
|
|
|
|
@ -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 |
|
|
|