Skip to content

Commit a2c96ed

Browse files
vpuri3carlobaldassi
authored andcommitted
use https
1 parent 34382f7 commit a2c96ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pathogen)
4242
```bash
4343
cd ~/.vim
4444
mkdir -p bundle && cd bundle
45-
git clone git@github.com:JuliaEditorSupport/julia-vim.git
45+
git clone https://github.com/JuliaEditorSupport/julia-vim.git
4646
```
4747

4848
[pathogen]: https://github.com/tpope/vim-pathogen
@@ -56,7 +56,7 @@ Load plugin on Vim startup (see `:help packages`):
5656
```bash
5757
cd ~/.vim
5858
mkdir -p pack/plugins/start && cd pack/plugins/start
59-
git clone git@github.com:JuliaEditorSupport/julia-vim.git
59+
git clone https://github.com/JuliaEditorSupport/julia-vim.git
6060
```
6161

6262
### Manually

0 commit comments

Comments
 (0)