README.md in tmux-erb-parser-0.1.1 vs README.md in tmux-erb-parser-0.1.2
- old
+ new
@@ -18,11 +18,11 @@
* By default, tmux-erb-parser loads all `*.erb` files in `~/.config/tmux/`
* Or you can change the load path. (Please see below.)
2. Install tmux-erb-parser and run tmux!
### Install with tpm (Tmux Plugin Manager)
-* Put this at the bottom of `~/.tmux.conf` (**Not your tmux.conf.erb !**):
+* Put this at the bottom of `~/.tmux.conf` (**Not your tmux.conf.erb!**):
```tmux
setenv -g TMUX_CONF_EXT_PATH "path/to/tmux.conf.erb" # set your tmux.conf.erb's path
# Note: You can specify multiple files using glob expressions. This is parsed by bash.
set -g @plugin 'epaew/tmux-erb-parser'
@@ -33,19 +33,24 @@
run '~/.tmux/plugins/tpm/tpm'
```
* Run tmux and press `Prefix + I` to install plugins!
-### Install and configure with git
+### Install and configure with git/rubygems
* Install:
- ```bash
- git clone https://github.com/epaew/tmux-erb-parser ~/.tmux/plugins/tmux-erb-parser
- ```
+ * with git:
+ ```bash
+ git clone https://github.com/epaew/tmux-erb-parser ~/.tmux/plugins/tmux-erb-parser
+ ```
+ * from rubygems:
+ ```bash
+ gem install tmux-erb-parser
+ ```
* Configure:
- * Put this in `~/.tmux.conf`:
+ * Put this in `~/.tmux.conf` (**Not your tmux.conf.erb!**):
```tmux
- run '~/.tmux/plugins/tmux-erb-parser/bin/tmux-erb-parser --inline path/to/tmux.conf.erb'
+ run 'path/to/bin/tmux-erb-parser --inline path/to/tmux.conf.erb'
```
## License
[MIT](LICENSE)