clarify readme to avoid confusion

This commit is contained in:
2020-05-14 02:17:34 -05:00
parent ccd5ee429d
commit cc172c1d86

View File

@@ -18,9 +18,14 @@ Thus [subs](http://github.com/mitchweaver/subs) was born.
## Environment ## Environment
Create your `$SUBS_FILE`, as described below, and export this var its path. Create your `$SUBS_FILE`, as described below, and export this variable as its path.
Next set your `$SUBS_MENU_PROG` if desired, by default the menu will be `dmenu -p Subs:`. Example, in `~/.profile`:
`export SUBS_FILE=/path/to/your/subs.txt`
Next set your `$SUBS_MENU_PROG` if desired, (ex: if you want to use rofi).
By default the menu will be `dmenu -p Subs:`.
## Usage ## Usage