File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,35 @@ go install github.com/drgsn/filefusion/cmd/filefusion@latest
5757
5858Or download the latest binary for your platform from the [ releases page] ( https://github.com/drgsn/filefusion/releases ) .
5959
60+
61+ ## 🗑️ Uninstallation
62+
63+ To uninstall FileFusion:
64+
65+ 1 . Remove the installation directory:
66+ ``` bash
67+ rm -rf ~ /.filefusion
68+ ```
69+
70+ 2 . Remove FileFusion from your shell configuration file. Depending on your shell and OS, edit one of these files:
71+ - macOS Bash users: ` ~/.bash_profile `
72+ - Linux Bash users: ` ~/.bashrc `
73+ - Zsh users: ` ~/.zshrc `
74+ - Fish users: ` ~/.config/fish/config.fish `
75+ - Windows PowerShell users: ` $HOME/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 `
76+
77+ Look for and remove these two lines:
78+ ``` bash
79+ # FileFusion
80+ export PATH=" $PATH :$HOME /.filefusion"
81+ ```
82+
83+ ### Go Installation
84+ If you installed using Go:
85+ ``` bash
86+ go clean -i github.com/drgsn/filefusion/cmd/filefusion
87+ ```
88+
6089## 📋 Default Values
6190
6291| Setting | Default Value | Description |
You can’t perform that action at this time.
0 commit comments