Update README.md

This commit is contained in:
kyb
2018-10-04 12:31:04 +00:00
parent 785abb03d1
commit ba03cd3da0

View File

@@ -8,20 +8,12 @@ after the running ssh_agent should do the work for you.
## Usage ## Usage
```fish ```fish
fish-ssh-agent fish_ssh_agent
``` ```
## Installation ## Installation
```fish ```fish
git clone https://.../fish-ssh-agent wget https://gitlab.com/kyb/fish-ssh-agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/
source fish-ssh-agent/install.fish
```
or
```sh
git clone https://.../fish-ssh-agent
cp fish-ssh-agent/functions/* ~/.config/fish/functions
``` ```