Skip to content

Commit

Permalink
Merge pull request #112 from samoylenko/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Apr 13, 2022
2 parents 5c863bf + 49ee325 commit b042038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ echo $fpath | grep "/usr/local/share/zsh/site-functions"

Download and place the plugin and completion script into your oh-my-zsh plugins directory.
```
git clone git://github.com/gradle/gradle-completion ~/.oh-my-zsh/plugins/gradle-completion
git clone https://github.com/gradle/gradle-completion ~/.oh-my-zsh/plugins/gradle-completion
```

Add `gradle-completion` to the plugins array in your '.zshrc' file.
Expand All @@ -41,7 +41,7 @@ plugins+=(gradle-completion)

Download and place `_gradle` on your `$fpath`. I recommend `$HOME/.zsh/gradle-completion`:
```
git clone git://github.com/gradle/gradle-completion ~/.zsh/gradle-completion
git clone https://github.com/gradle/gradle-completion ~/.zsh/gradle-completion
```

Add the following do your '.zshrc' file:
Expand Down

0 comments on commit b042038

Please sign in to comment.