Update README.md

This commit is contained in:
Daniel Perez 2019-06-17 14:09:59 +02:00 committed by GitHub
parent 7082f230cc
commit df0de37a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ after the running ssh_agent should do the work for you.
## Installation ## Installation
### Using [fundle](https://github.com/tuvistavie/fundle) ### Using [fundle](https://github.com/danhper/fundle)
Add Add
``` ```
fundle plugin 'tuvistavie/fish-ssh-agent' fundle plugin 'danhper/fish-ssh-agent'
``` ```
to your `config.fish`, reload your shell and run `fundle install`. to your `config.fish`, reload your shell and run `fundle install`.
@ -19,7 +19,7 @@ to your `config.fish`, reload your shell and run `fundle install`.
### Using [Fisher](https://github.com/jorgebucaran/fisher) ### Using [Fisher](https://github.com/jorgebucaran/fisher)
``` ```
fisher add tuvistavie/fish-ssh-agent fisher add danhper/fish-ssh-agent
``` ```
### Manually ### Manually