freebsd-ports/net/jotta-cli/files/pkg-message.in
Dan Langille 78fd33cfc5 net/jotta-cli: fix broken pkg-message
The EOM was missing.

Approved by:	portmgr (blanket)
2021-10-24 21:12:18 +00:00

18 lines
385 B
Text

[
{ type: install
message: <<EOM
To use the Jottacloud CLI, you must first start the jottad
# service jottad onestart
You can make this happen at start up by setting the jottad_enable variable.
# sysrc jottad_enable=YES
Instructions for using the Jottacloud CLI is available at:
https://docs.jottacloud.com/en/articles/1437248-login-and-basic-use-with-jottacloud-cli
EOM
}
]