@@ 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).