From 2beec1f3eab9259983e08d651f49027b8d3ce681 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 1 Oct 2020 21:16:10 +0200 Subject: [PATCH] Add comment about missing man page / completions, see #1198 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 168c8f7a..4461486e 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,9 @@ higher. You can then use `cargo` to build everything: cargo install --locked bat ``` +Note that addition files like the man page or shell completion +files can not be installed in this way. They will be generated by `cargo` and should be available in the cargo target folder (under `build`). + ## Customization ### Highlighting theme