docs: use https:// instead git@

This commit is contained in:
草鞋没号 2022-02-03 08:10:10 +08:00
parent 438460a272
commit e1e2ee47bf
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
```bash ```bash
# clone the project # clone the project
git clone git@github.com:caoxiemeihao/vite-react-electron.git git clone https://github.com/caoxiemeihao/vite-react-electron.git
# open the project directory # open the project directory
cd vite-react-electron cd vite-react-electron

View File

@ -19,7 +19,7 @@
```bash ```bash
# clone the project # clone the project
git clone git@github.com:caoxiemeihao/vite-react-electron.git git clone https://github.com/caoxiemeihao/vite-react-electron.git
# enter the project directory # enter the project directory
cd vite-react-electron cd vite-react-electron