Update README.md

change git protocol
This commit is contained in:
Timofey Gelazoniya 2022-04-16 01:25:49 +03:00 committed by GitHub
parent 7b84c799b4
commit 6aecc455dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling.
To download the repository and install dependencies, run the following commands:
```bash
git clone git://github.com/xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
git clone git@github.com:xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first.
cd zeldon-site
npm install
```