From 226c0d946fc87dc20c2eb49624815e6859ce7d9d Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 7 Oct 2018 13:53:46 +0900 Subject: [PATCH] style: remove html comment; don't use fish code block --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dd5d457..9d82425 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ Fisher is a package manager for the [fish shell](https://fishshell.com). It defi Download fisher to your fish functions directory or any directory in your $fish_function_path. - - -```fish +```sh curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish ```