From b422155422d233daedc576288397e5d92b0d4846 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 31 Oct 2016 10:28:38 +0100 Subject: [PATCH] updated installation instructions to use ln -s -f --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 851d38f..fa1ebed 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ Requirements: - tmux **`2.1+`** running inside Linux, Mac, OpenBSD or Cygwin - outside of tmux, `$TERM` must be set to `xterm-256color` -To install, run the following from your terminal: +To install, run the following from your terminal: (you may want to backup your +existing `~/.tmux.conf` first) ``` $ cd $ git clone https://github.com/gpakosz/.tmux.git -$ ln -s .tmux/.tmux.conf +$ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . ```