commit: 54ba77a84470388bbdab9a8ae4b0ab9aa59424e0
parent: cfd5d15d63a1c9bd5c384554619dd5a0cd096fc1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 11 May 2018 03:58:21 +0200
README.md: Updates notes, required flag, OpenBSD tests
* Add ``required`` for grepability
* Add tests on OpenBSD
* Move tests to the end
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -24,9 +24,9 @@ Options:
* I use the PS4 environment variable with ``sh -x``/``set -x`` instead of a custom PS1, it allows the separation of the commands as they are executed at the expense of broken oneliner display
## Dependencies
-* POSIX system
-* scp(1): tested with OpenSSH
-* mktemp(1): tested with coreutils; needed for -x and -c
+* POSIX system: required
+* scp(1): required; tested with OpenSSH
+* mktemp(1): needed for -x and -c; tested with coreutils and OpenBSD
* xclip(1): optionnal; needed for -x option
Note: Your server needs a ssh daemon for the uploads and a web server for hosting the files. You can also replace the web server with one for Gopher, FTP (but let it die) or maybe even something else.