/README.md
https://gitlab.com/rm3l/asdf-ripgrep · Markdown · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · c202f3f315375d0fecfa304160c9d820 MD5 · raw file
- # ripgrep asdf Plugin
- 
- This is the plugin repo for [asdf-vm/asdf](https://github.com/asdf-vm/asdf.git)
- to manage [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep.git).
- ## Install
- After installing [asdf](https://github.com/asdf-vm/asdf),
- you can add this plugin like this:
- ```bash
- asdf plugin add ripgrep
- asdf install ripgrep 11.0.2
- asdf global ripgrep 11.0.2
- rg
- `````