Skip to content

Commit 5342dd4

Browse files
committed
docs(README): Update fish instructions
1 parent 7133b7e commit 5342dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ Afterwards, you should have a folder `.vscode-server` in your home directory.
2929

3030
## Usage
3131

32-
Set up an alias for `code`, pointing to `code_connect.py` by placing the following line in your shell's rcfile. That's it, you can now use `code` the usual way.
32+
Set up an alias for `code`, pointing to [`code_connect.py`](./functions/code_connect.py) by placing the following line in your shell's rcfile. That's it, you can now use `code` the usual way.
3333

3434
```bash
3535
alias code="/path/to/code_connect.py"
3636
```
3737

3838
- For **bash**, use `~/.bashrc`.
3939

40-
- For **fish**, use `~/.config/fish/config.fish`.
40+
- For [**fish**](https://fishshell.com/), use `~/.config/fish/config.fish`.
4141

42-
Fish users can alternatively install a [plugin](https://github.com/chvolkmann/code-connect-fish-plugin) with the [fisher plugin manager](https://github.com/jorgebucaran/fisher).
42+
Fish users can use [fisher](https://github.com/jorgebucaran/fisher) for an automatic install
4343

4444
```bash
45-
fisher install chvolkmann/code-connect-fish-plugin
45+
fisher install chvolkmann/code-connect
4646
```
4747

4848
## Changelog

0 commit comments

Comments
 (0)