From 33e4c82572078e6e05785220d0ffe5d8c7f95e0a Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 22 Jun 2019 02:22:36 -0500 Subject: [PATCH] Document PATH patching --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d3a086..96294d1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ If you set the variable `FS_NOLOG` to a nonempty value, firestarter will not kee ## Integration -Firestarter, in addition to spawning the programs in the default configs, also integrates with the following utilities if they are installed: +Firestarter, in addition to spawning the programs in the default configs, also integrates with the following utilities, should the requirements be installed: + +* `$PATH`: `~/.bin` and `~/.local/bin` are added to `$PATH` at the lowest priority. * dbus: A dbus socket is either created or hooked into, depending on the environment, and the relevant variables are exposed to child processes.