style: remove html comment; don't use fish code block

This commit is contained in:
Jorge Bucaran 2018-10-07 13:53:46 +09:00 committed by GitHub
parent 785fa47870
commit 226c0d946f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
<!-- Notice we're just copying a file to a directory—this is not a curlpipe installer. -->
```fish
```sh
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
```