From f5c4361268867486dc6bf07f7a4577bf99b0965d Mon Sep 17 00:00:00 2001 From: Matthias Guenther Date: Tue, 4 Feb 2014 20:28:48 +0100 Subject: [PATCH] Add /home/wikimatze variable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c064f3e..fedd779 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,13 @@ Clone the repo to your machine: git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier -Then add `~/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable +Then add `$HOME/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable available to you: __In bash & zsh:__ ```bash -export PATH="./.tmuxifier/bin:$PATH" +export PATH="$HOME/.tmuxifier/bin:$PATH" ``` __In tcsh:__