diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-19 08:38:12 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-19 08:38:12 +0100 |
commit | 2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12 (patch) | |
tree | 1fa78a83f4f148d92b73ec0b777c5a9042284adf | |
parent | c234032fcf94ebc6d1926922bfadccd544ed4f9c (diff) | |
download | rtmux-2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12.tar.gz rtmux-2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12.tar.bz2 rtmux-2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12.zip |
Tweak wording.
-rw-r--r-- | CONTRIBUTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 467c5c3a..a804ba41 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -18,7 +18,7 @@ This should include at least the output of: $ uname -sp && tmux -V && echo $TERM Please do not report bugs (crashes, incorrect behaviour) without reproducing on -a tmux built from Git master. +a tmux built from the latest code in Git. Note that TERM inside tmux must be a variant of screen or tmux (for example: screen or screen-256color, tmux or tmux-256color). Please ensure this is the |