aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-08 11:08:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-08 11:08:57 +0300
commite2dbbebeab52765c5f3e307dba247963b07f7b95 (patch)
tree977c62540d3ecc2bef8da4eb96c86707df9d71b9
parentdebian: 0.0.1-3 (diff)
parentimg: update example.png (diff)
downloadlinux-status-e2dbbebeab52765c5f3e307dba247963b07f7b95.tar.gz
linux-status-e2dbbebeab52765c5f3e307dba247963b07f7b95.zip
Merge tag 'v0.0.2' into debian
-rw-r--r--README.md26
-rw-r--r--img/example.pngbin171835 -> 172254 bytes
2 files changed, 17 insertions, 9 deletions
diff --git a/README.md b/README.md
index 951e5d8..42672bb 100644
--- a/README.md
+++ b/README.md
@@ -3,28 +3,36 @@ 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
-------------------
+---
![Example page][example]
[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
----
diff --git a/img/example.png b/img/example.png
index a2cb95c..dbc61d0 100644
--- a/img/example.png
+++ b/img/example.png
Binary files differ