diff --git a/README.md b/README.md index e3df7b6abe893774bdcacf5fc0b26ffc7ac0594a..54991a3ec0fffc4788ebd579322ec93cfd8b48ca 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ We need your help: https://github.com/ant-design/ant-design-pro/issues/120 ## Usage ```bash -$ git clone git@github.com:ant-design/ant-design-pro --depth=1 +$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ cd ant-design-pro $ npm install $ npm start # visit http://localhost:8000 diff --git a/README.zh-CN.md b/README.zh-CN.md index 07cde7a4cfa350253001f7f43232fca94695ff74..ac58af8089768da62b70acfe440ccb86f65ddd3e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -60,7 +60,7 @@ ## 使用 ```bash -$ git clone git@github.com:ant-design/ant-design-pro --depth=1 +$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1 $ cd ant-design-pro $ npm install $ npm start # 访问 http://localhost:8000