From 5114d72151dc12a97e3597de3fcb488e43baae6c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 8 Jun 2018 09:58:44 -0600 Subject: [PATCH] clarify --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 096a72c..4cab154 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,19 @@ Features Examples ======== +As a user service + +```bash +telebit daemon --config ~/.config/telebit/telebit.yml & ``` -telebit --config /opt/telebit/etc/telebit.yml + +As a system service +```bash +sudo telebit daemon --config ~/.config/telebit/telebit.yml ``` +Example output: + ``` Connect to your device by any of the following means: @@ -55,17 +64,16 @@ HTTPS ex: curl https://young-grasshopper-37.telebit.cloud ``` - Install =======