From 8c3c5713157edd39f32b12f472948e14b9cc7462 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Fri, 17 Jul 2020 07:39:49 +1000 Subject: [PATCH] Note on PCRE2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40fafcc..1a41cfa 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ This was a dependency but I switched to java script - [fzf](https://github.com/junegunn/fzf) - [skim](https://github.com/lotabout/skim) - [rg](https://www.google.com/search?client=firefox-b-d&q=ripgrep+github) + - Make sure to include `pcre2`, this comes in *Arch*, if using `cargo`: + ```bash + cargo install ripgrep --features 'pcre2' + ``` - [perl](https://wiki.archlinux.org/index.php/Perl) - [python](https://www.python.org/download/releases/3.0/) - [tmsu](https://aur.archlinux.org/packages/tmsu/)AUR