From b442e8a43b63095b7d6c5b2eb2ce6d0a96f344f9 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Tue, 11 Jan 2022 12:13:24 -0400 Subject: [PATCH] readme: point to oxen docs; mention systemctl controls --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3b75698ca..2c24cd3b2 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,12 @@ A simple demo application that is lokinet "aware" can be found [here](https://gi [![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/lokinet/status.svg?ref=refs/heads/dev)](https://ci.oxen.rocks/oxen-io/lokinet) +## Installing + +If you are simply looking to install Lokinet and don't want to compile it yourself the [Oxen Docs +Lokinet Guides](https://docs.oxen.io/products-built-on-oxen/lokinet/guides) for gentler +instructions to get up and running. + ## Building Build requirements: @@ -100,7 +106,9 @@ install (root): ### Debian / Ubuntu packages -When running from debian package the following steps are not needed as it is already ready to use. +When running from debian package the following steps are not needed as it is already running and +ready to use. You can stop/start/restart it using `systemctl start lokinet`, `systemctl stop +lokinet`, etc. ## Running on Linux (without debs)