From c58313fb2bd0a53795d61b0a26530f52ed2474d9 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 11 Dec 2024 08:04:52 +0800 Subject: [PATCH] README: minor formatting update --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f6e68a5c4..eaa0873f3 100644 --- a/README.rst +++ b/README.rst @@ -184,7 +184,7 @@ To install fish as self-installable, just use ``cargo``, like: cargo install --git https://github.com/fish-shell/fish-shell --tag 4.0 # to build from git once 4.0 is released cargo install --git https://github.com/fish-shell/fish-shell # to build the current development snapshot without cloning -This will place the binaries in ~/.cargo/bin/, but you can place them wherever you want. +This will place the binaries in ``~/.cargo/bin/``, but you can place them wherever you want. This build won't have the HTML docs (``help`` will open the online version) or translations.