aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-07 05:37:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-07 11:35:40 +0300
commit221588afc950605c42f5efd727bb76a0f01c78c2 (patch)
tree0b55d275e9b0b1668147d4bd2db819ffddd9899e /README.md
parentexport pacman packaging to a separate branch (diff)
downloadlinux-status-221588afc950605c42f5efd727bb76a0f01c78c2.tar.gz
linux-status-221588afc950605c42f5efd727bb76a0f01c78c2.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 14 insertions, 7 deletions
diff --git a/README.md b/README.md
index 951e5d8..e7e6ffe 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ linux-status
[![Test](https://github.com/egor-tensin/linux-status/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/linux-status/actions/workflows/test.yml)
-Simple Linux status web pages.
+Simple Linux status web page.
-Shows your `top`, systemd units & timers, allows you to reboot, etc.
+Shows your `top`, systemd units & timers, allows you to reboot the server, etc.
What it looks like
------------------
@@ -14,17 +14,24 @@ What it looks like
[example]: img/example.png "Example page"
+Installation
+------------
+
+* For Arch Linux, use the [AUR package].
+* For Ubuntu, use the [PPA].
+
+[AUR package]: https://aur.archlinux.org/packages/linux-status/
+[PPA]: https://launchpad.net/~egor-tensin/+archive/ubuntu/linux-status
+
+Control the app using the `linux-status` systemd unit.
+
Usage
-----
-To start a web server on port 18101:
+To manually start a web server on port 18101, run:
> python3 server.py
-There's also a [systemd unit] that you can adjust to run the server.
-
-[systemd unit]: dist/systemd/linux-status.service
-
TODO
----