summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-02-19 21:05:33 +0100
committerCanop <cano.petrole@gmail.com>2019-02-19 21:05:33 +0100
commit14ffd24a16e195161b40b623b80dbc114f7fe882 (patch)
tree288e43715a98c97c18ddfe70acb3013fa93dfe83 /README.md
parent7e4956eb95881474a2c0d6ac7a50364d99780389 (diff)
change the way the new command is computed on new state
This makes it possible for example to keep the filtering pattern used for selection when using the following command: br --cmd ":gi tage :go" (displaying files normally hidden due to .gitignore, filtering using the "tage" patern, selecting the best match, focusing it, keeping the "tage" pattern) Fix #30 A side effect is there's no more way using --cmd to clear the pattern (a new change might be needed for that).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ef6c33..5fd01d0 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,8 @@ Fetch the Canop/broot repository, move to the broot directory, then run
The executable is written in the `target/release` directory (you might want to move it to your `/usr/bin`, or to add the release directory to your path).
+Building from the repository, you'll get the most recent version... and the least tested one.
+
### From up to date precompiled binaries
* [x86_64-linux](https://dystroy.org/broot/x86_64-linux/broot)