blob: 67621d281e7cf6d345602a6b44d525991eaa58d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[
{ 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
}
]
|