diff --git a/README.md b/README.md index c007560..a5c1407 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ 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 -f .tmux/.tmux.conf -$ cp .tmux/.tmux.conf.local . +cd +git clone https://github.com/gpakosz/.tmux.git +ln -s -f .tmux/.tmux.conf +cp .tmux/.tmux.conf.local . ``` 💡 You can clone the repository anywhere you want, provided you create the @@ -30,9 +30,9 @@ proper `~/.tmux.conf` symlink and you copy the `.tmux.conf.local` sample file in 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/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local +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/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local ``` Then proceed to [customize] your `~/.tmux.conf.local` copy.