Skip to content

Commit e623ae5

Browse files
change clone method to HTTPS
- ran into issues with requiring a public SSH key on my GitHub account - switching method to HTTPS was one less headache
1 parent 4e654da commit e623ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Oh-My-ZSH Installation
1313

1414
```zsh
1515
cd ~/.oh-my-zsh/custom/plugins
16-
git clone git@github.com:nix-community/nix-zsh-completions.git
16+
git clone https://github.com/nix-community/nix-zsh-completions.git
1717
```
1818

1919
Then add `nix-zsh-completions` to the plugins list in `~/.zshrc`

0 commit comments

Comments
 (0)