Uninstall
Uninstallation Steps​
Linux/Darwin​
# uninstall hauler
curl -sfL https://get.hauler.dev | HAULER_UNINSTALL=true bash
Homebrew​
# installs latest release
brew uninstall hauler
Windows​
# coming soon
Manual Uninstallation Steps​
Linux/Darwin​
# remove the hauler binary
sudo rm -f /usr/local/bin/hauler
# remove the working/installation directory
rm -rf "$HOME/.hauler"
Homebrew​
# not applicable
Windows​
# coming soon