From 67d1c23dcabe96b85ca3906d4a70c71e4859a558 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 22 Sep 2020 10:20:20 +0200 Subject: [PATCH] updated installation instructions, closes #348 (2) fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbcbb23..d4e2b0e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ your home directory: ``` $ git clone https://github.com/gpakosz/.tmux.git /path/to/oh-my-tmux $ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf -$ cp /path/t/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local +$ cp /path/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local ``` Then proceed to [customize] your `~/.tmux.conf.local` copy.