aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Hanlon <robhanlon@gmail.com>2021-08-27 12:49:36 -0700
committerGitHub <noreply@github.com>2021-08-27 12:49:36 -0700
commitb6db3df0fc059353204baaddf5868dc93551d242 (patch)
treee81f3d62ac98fd7dd2c5108b7f32d19bacf12454
parent34cb0fba7bb7cda1cbfdb506ad66f3bf563a6ea2 (diff)
downloadfork-tmux-fzf-url-b6db3df0fc059353204baaddf5868dc93551d242.tar.gz
fork-tmux-fzf-url-b6db3df0fc059353204baaddf5868dc93551d242.tar.bz2
fork-tmux-fzf-url-b6db3df0fc059353204baaddf5868dc93551d242.zip
Note that `bash` >= `4.0` is required in README
macOS ships with `bash` `3.2` (yikes!) and thus `mapfile` is not present.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80c5014..d520c1d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,9 @@ A tmux plugin for opening urls from browser quickly without mouse.
### 📥 Installation
-Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed.
+Prerequisites:
+* [`fzf`](https://github.com/junegunn/fzf)
+* [`bash`](https://www.gnu.org/software/bash/) >= `4.0` (macOS ships with `bash` `3.2`!)
**Install using [TPM](https://github.com/tmux-plugins/tpm)**