From cc172c1d866f33d9641712c2ff2dbd1093a47322 Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Thu, 14 May 2020 02:17:34 -0500 Subject: [PATCH] clarify readme to avoid confusion --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c1f944..daec211 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,14 @@ Thus [subs](http://github.com/mitchweaver/subs) was born. ## 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