From 2b764b89b1929270bc628a5dc6a7247d18c1add1 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 7 Jan 2019 14:50:06 +0900 Subject: [PATCH] docs: add link to tab completion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d6676..e6d1bdf 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ end You've found an interesting utility you'd like to try out. Or perhaps you've [created a package](#creating-your-own-package) yourself. How do you install it on your system? Now you want to update or remove it. How do you do that? -You can use Fisher to add, update, and remove packages interactively, taking advantage of fish tab completion and syntax highlighting. Or [edit your fishfile](#using-the-fishfile) and commit your changes. Do you prefer a CLI-centered approach, text-based approach, or a mix of both? +You can use Fisher to add, update, and remove packages interactively, taking advantage of fish [tab completion](https://fishshell.com/docs/current/index.html#completion) and syntax highlighting. Or [edit your fishfile](#using-the-fishfile) and commit your changes. Do you prefer a CLI-centered approach, text-based approach, or a mix of both? ### Adding packages