aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Kronqvist <joelkronqvist@proton.me>2024-04-14 10:30:26 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2024-04-15 10:24:56 +0300
commit6c4ec5c0bd46b1292d15a789560fb5acd813bbce (patch)
treeba459e6914f6e37e6e89d97c8eedadbc8c65a210 /README
parentba5dd828bde07493ef5f2f8abf6921e0a040133d (diff)
downloadstdu-6c4ec5c0bd46b1292d15a789560fb5acd813bbce.tar.gz
stdu-6c4ec5c0bd46b1292d15a789560fb5acd813bbce.zip
Added installation and `-O3` in Makefile, created manpage and README and licensed under the MIT license
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..10484a2
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+
+stdu README
+===========
+
+`stdu` is a program for monitoring the amount of
+input data in real time.
+
+
+Building
+--------
+
+Build the binary `stdu` by running `make`. A
+compiler and standard C libraries are required.
+
+Installation
+------------
+
+Install by either copying/symlinking `stdu` and
+`stdu.1` to the appropriate locations, or run
+`make install`. You can change the installation
+paths by modifying `BINPATH` and `MANPATH` in the
+makefile.
+
+Usage
+-----
+
+See the man page and help message:
+`stdu --help`
+`man stdu`