~fmac/dracaena

4775295d6b5c96586c35a4d9bd8b0131686c7d7a — Francesco Camuffo 1 year, 9 months ago 0e8297e
update install instructions
1 files changed, 5 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +5 -5
@@ 1,16 1,16 @@
# dracaena

This tool uses [nmap](https://nmap.org) to port-scan the hosts specified in the config file.
This tool uses [nmap](https://nmap.org) to port-scan the hosts specified
in the config file.

The one-line output string is intended to be displayed in any kind of bar.

## Install

With `GO111MODULE=on`.

`go get git.sr.ht/~fmac/dracaena`
`go install git.sr.ht/~fmac/dracaena@latest`

## Usage

The `config.yaml` is expected either in `.`, `$XDG_CONFIG_HOME/dracaena/` or `/etc/dracaena/`.
The `config.yaml` is expected either in `.`, `$XDG_CONFIG_HOME/dracaena/`
or `/etc/dracaena/`.
[EXAMPLE](https://git.sr.ht/~fmac/dracaena/tree/main/item/config.yaml.example).