Skip to content

Commit 26574c0

Browse files
author
udhos
committed
Example for per-user uninstall.
1 parent 6ebf07f commit 26574c0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,17 @@ However you can use the environment variables to point locations to your per-use
156156

157157
The per-user installation does not need root (sudo) privileges.
158158

159-
Example:
159+
Example installing:
160160

161161
This example will install Golang under ~/golang for current user only.
162162

163163
$ mkdir ~/golang
164164
$ DESTINATION=~/golang PROFILED=~/.bash_profile ./update-golang.sh
165165

166+
Example uninstalling:
167+
168+
To uninstall, make sure to provide the same env vars used for installing:
169+
170+
$ DESTINATION=~/golang PROFILED=~/.bash_profile ./update-golang.sh remove
171+
166172
END

0 commit comments

Comments
 (0)