Changes Done by Install
Nitty-gritty of what CLI's install command does on your device
In all OSes, the CLI downloads the executables into ~/.local/share/telltail. Where it differs is:
Linux
Uses systemd to manage Telltail services. Configuration files for systemd are stored at user level in ~/.config/systemd/user.
macOS
Uses launchd to manage Telltail services. Configuration files for launchd are stored at user level in ~/Library/LaunchAgents.
Windows
Uses AutoHotkey to manage Telltail services. Configuration files for AutoHotkey reside in ~/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup.
Last updated