Commit 89d576c9 authored by Felix Kollmann's avatar Felix Kollmann Committed by Brad Fitzpatrick

doc: clarify package uninstall/clean command

Fixes #24864

Change-Id: Iaffd23b368aff663bfc09a4e6277c01e7b5ea48d
GitHub-Last-Rev: 98e39b7bff6e646d48c0bf961aee0075a9034ab2
GitHub-Pull-Request: golang/go#24865
Reviewed-on: https://go-review.googlesource.com/106986Reviewed-by: default avatarGiovanni Bajo <rasky@develer.com>
Reviewed-by: default avatarRob Pike <r@golang.org>
parent f613a7bf
......@@ -286,7 +286,7 @@ If you see the "hello, world" message then your Go installation is working.
<p>
You can run <code>go</code> <code>install</code> to install the binary into
your workspace's <code>bin</code> directory
or <code>go</code> <code>clean</code> to remove it.
or <code>go</code> <code>clean</code> <code>-i</code> to remove it.
</p>
<p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment