Merge pull request #1837 from jagerman/gentler-install-instructions

readme: point to oxen docs; mention systemctl controls
This commit is contained in:
majestrate 2022-01-11 11:29:01 -05:00 committed by GitHub
commit 68a7174807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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)