Skip to content

Commit

Permalink
Doc: simplify git cmd for upgrade & checkout version (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaWong authored Aug 22, 2022
1 parent 381bf2c commit f2acd3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,12 @@ upgrade your installation at any time using git.

To upgrade to the latest development version of goenv, use `git pull`:

cd ~/.goenv
git pull
cd ~/.goenv && git fetch --all && git pull

To upgrade to a specific release of goenv, check out the corresponding tag:

cd ~/.goenv
git fetch
git fetch --all
git tag
v20160417
git checkout v20160417
Expand Down

0 comments on commit f2acd3c

Please sign in to comment.