docs: mention bash version in requirements - #12

This commit is contained in:
Abhishek Keshri 2024-03-29 20:46:35 +05:30
parent c120fab9b9
commit 7f36148dab
No known key found for this signature in database

View file

@ -79,6 +79,7 @@ To add a new plugin, add a script to the [scripts](./scripts) folder that prints
Before you begin, ensure you have met the following requirements: Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `tmux`. - You have installed the latest version of `tmux`.
- bash 5.2 or newer, mac users can install it using `brew install bash`
- [tpm](https://github.com/tmux-plugins/tpm) for managing `tmux` plugins. - [tpm](https://github.com/tmux-plugins/tpm) for managing `tmux` plugins.
- A [patched nerd font](https://www.nerdfonts.com/) for `powerline` and glyphs support. - A [patched nerd font](https://www.nerdfonts.com/) for `powerline` and glyphs support.