summarylogtreecommitdiffstats
path: root/fluffy-cli.install
blob: a9e34a92d694fb03a9c1d0d9313aaa3c3f7735d9 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "If you'd like to instead use a different instance (for example, one run"
  echo "internally by your company), you can specify the --server option."
  echo
  echo "To make that permanent, you can create a config file with contents similar to:"
  echo
  echo "  {"server": "https://fluffy.my.corp"}"
  echo
  echo "This file can be placed at either /etc/fluffy.json or ~/.config/fluffy.json."
}