Browse Source

Update the README

pull/41/head
Rodolphe Breard 4 years ago
parent
commit
605c905ee8
  1. 8
      README.md

8
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

Loading…
Cancel
Save