From 4a3dff646cd44f79b4d0bca68ebc92f47354d172 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 21 Aug 2021 15:14:37 -0700 Subject: [PATCH] Add starting to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 06d2190..84866e1 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,21 @@ make && sudo make install --- +### Starting + +To start the daemon, run the following **without root**: + +```shell +systemctl --user start itd +``` + +To autostart on login, run: +```shell +systemctl --user enable itd +``` + +--- + ### Cross compiling To cross compile, simply set the go environment variables. For example, for PinePhone, use: