docs: use https:// instead git@
This commit is contained in:
parent
438460a272
commit
e1e2ee47bf
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue