From 7f36148dab23649f76d0fe085811d929820d97d6 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Fri, 29 Mar 2024 20:46:35 +0530 Subject: [PATCH] docs: mention bash version in requirements - #12 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df60b38..12bc9aa 100644 --- a/README.md +++ b/README.md @@ -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: - 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. - A [patched nerd font](https://www.nerdfonts.com/) for `powerline` and glyphs support.