Update README.md

This commit is contained in:
Anatoly
2021-04-18 12:13:16 +03:00
committed by GitHub
parent 0359c97ce9
commit bd31e95992

View File

@@ -1,13 +1,19 @@
# sshukh-zsh-plugin
# sshukh zsh plugin
*SSH Update Known Hosts*
Prompts to update `known_hosts` file for you if needed.
To install, run the following command:
## Installation:
**With Oh-my-zsh:** run the following command:
```
$ git clone https://github.com/anatolykopyl/sshukh-zsh-plugin.git $HOME/.oh-my-zsh/custom/plugins/sshukh
$ git clone https://github.com/anatolykopyl/sshukh.git $HOME/.oh-my-zsh/custom/plugins/sshukh
```
**With Antigen:** add the following to your `.zshrc`:
```
antigen bundle anatolykopyl/sshukh
```
To always use with ssh (recommended) add this alias to your `.zshrc`:
```
alias ssh='sshukh'