diff --git a/README.md b/README.md index f57884b..2a8837e 100644 --- a/README.md +++ b/README.md @@ -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)