Update README

Trying to follow the instructions on Ubuntu 16.04 gave me a `no such file or directory` error. It can be solved by removing the quotation marks from the argument in the `source-file` command.
This commit is contained in:
jlopezpena
2017-11-22 10:36:58 +00:00
committed by GitHub
parent 748ab165ad
commit 29600e9311

View File

@@ -14,6 +14,11 @@ A pack of various themes for Tmux.
2. Source desired theme in your `~/.tmux.conf`:
source-file "${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme"
In some linux distributions you might have to remove the quotation marks from the
`source-file` command to avooid a `no such file or directory` error:
source-file ${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme
### Install using [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm)