Skip to content

Commit

Permalink
Update the latest release references.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Jul 25, 2015
1 parent 342cee5 commit 1a43e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ We can obtain GoEV3 from its GitHub repository. Be sure to have internet connect

mkdir -p gocode/src/github.com/ldmberman
cd gocode/src/github.com/ldmberman
wget -O GoEV3.tar.gz --no-check-certificate https://github.com/ldmberman/GoEV3/archive/0.2.0.tar.gz
wget -O GoEV3.tar.gz --no-check-certificate https://github.com/ldmberman/GoEV3/archive/0.3.0.tar.gz
tar -xf GoEV3.tar.gz
mv GoEV3-0.2.0 GoEV3
mv GoEV3-0.3.0 GoEV3
rm GoEV3.tar.gz
cd ~

Expand Down

0 comments on commit 1a43e02

Please sign in to comment.