macOS universal binaries, install instructions for Windows and macOS

This commit is contained in:
Philipp Heckel 2022-05-10 22:10:38 -04:00
parent 5a8818ac92
commit fe96110e6b
10 changed files with 81 additions and 45 deletions

View file

@ -4,7 +4,7 @@ const (
scriptExt = "sh"
scriptHeader = "#!/bin/sh\n"
clientCommandDescriptionSuffix = `The default config file for all client commands is /etc/ntfy/client.yml (if root user),
or "~/Library/Application Support" for all other users.`
or "~/Library/Application Support/ntfy/client.yml" for all other users.`
)
var (