From 605c905ee8fc77a58fd6915a4d2e79f2d070cba7 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 23 Oct 2020 23:07:02 +0200 Subject: [PATCH] Update the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eef559a..6bc03e4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,14 @@ curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed. curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/tacd.8" | man -l - ``` +Alternatively, using zsh, you can use the following variants. Useful on system where man is unable to read from stdin (yes BSD, that's you). + +``` +man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.8") +man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/acmed.toml.5") +man =(curl -sSf "https://raw.githubusercontent.com/breard-r/acmed/master/man/en/tacd.8") +``` + ## Build from source