diff options
author | Wenxuan <wenxuangm@gmail.com> | 2021-08-30 10:07:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 10:07:22 +0800 |
commit | 3c02503dd519162eb63de5814f460046664f33c2 (patch) | |
tree | e81f3d62ac98fd7dd2c5108b7f32d19bacf12454 | |
parent | 34cb0fba7bb7cda1cbfdb506ad66f3bf563a6ea2 (diff) | |
parent | b6db3df0fc059353204baaddf5868dc93551d242 (diff) | |
download | fork-tmux-fzf-url-3c02503dd519162eb63de5814f460046664f33c2.tar.gz fork-tmux-fzf-url-3c02503dd519162eb63de5814f460046664f33c2.tar.bz2 fork-tmux-fzf-url-3c02503dd519162eb63de5814f460046664f33c2.zip |
Merge pull request #19 from robhanlon22/patch-1
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)** |