File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,22 @@ foundryup --path ./git/foundry
79
79
** Tip** : All flags have a single character shorthand equivalent! You can use ` -i ` instead of ` --install ` , etc.
80
80
81
81
---
82
+
83
+
84
+ ## Uninstalling
85
+
86
+ Foundry contains everything in a ` .foundry ` directory, usually located in ` /home/user/.foundry/ ` .
87
+
88
+ - To uninstall Foundry remove the ` .foundry ` directory.
89
+
90
+ ##### Note: .foundry directory can contain keystores. Make sure to backup any keystores you want to keep.
91
+
92
+
93
+ Remove Foundry from PATH:
94
+
95
+ - Optionally Foundry can be removed from editing shell configuration file (` .bashrc ` , ` .zshrc ` , etc.) and remove the line that adds Foundry to PATH:
96
+
97
+ ```
98
+ export PATH="$PATH:/home/user/.foundry/bin"
99
+ ```
100
+
You can’t perform that action at this time.
0 commit comments