Skip to content

Commit

Permalink
doc: clarify package uninstall/clean command
Browse files Browse the repository at this point in the history
Fixes golang#24864

Change-Id: Iaffd23b368aff663bfc09a4e6277c01e7b5ea48d
GitHub-Last-Rev: 98e39b7
GitHub-Pull-Request: golang#24865
Reviewed-on: https://go-review.googlesource.com/106986
Reviewed-by: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Rob Pike <r@golang.org>
  • Loading branch information
fkollmann authored and bradfitz committed Apr 16, 2018
1 parent f613a7b commit 89d576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2 id="testing">Test your installation</h2>
<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>
Expand Down

0 comments on commit 89d576c

Please sign in to comment.