From 6ec2de0602efe1236bb2ff7b31dfddaf9e894c88 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 5 Aug 2019 04:47:27 -0600 Subject: [PATCH] minor doc update for PATH --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cc430a..ebba6e1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Also, I wanted a reasonable way to install [Telebit](https://telebit.io) on Wind - node - python - ruby - - path + - PATH - Logging - Debugging - Windows @@ -400,9 +400,9 @@ See **Using with scripts** for more detailed information.
-Setting $PATH +Setting PATH -You can set the `$PATH` for your service like this: +You can set the `$PATH` (`%PATH%` on Windows) for your service like this: ```bash sudo serviceman add ./myservice --path "/home/myuser/bin" @@ -416,6 +416,7 @@ sudo serviceman add ./myservice --path "$PATH" Remember that this takes a snapshot and sets it in the configuration, it's not a live reference to your path. +
## Hints