Fix location for uninstall on Windows (#1305)

* Fix location for uninstall on Windows

* Fix Linux/OSX path for global tools README.
This commit is contained in:
Peter Huene 2018-02-27 12:02:57 -08:00 committed by Peter Marcu
parent 5c354f2bf2
commit ce4e3a66ad

View file

@ -85,6 +85,9 @@ dotnetsay
At present, there is no formal uninstall capability. We'll add that in Preview 2. Instead you need to delete the tool from one of following locations (as appropriate to your operating system):
* %USERPROFILE&\.dotnet\tools
* ~\.dotnet\tools
On Windows:
* `%USERPROFILE%\.dotnet\tools`
On Linux and OSX:
* `~/.dotnet/tools`