[Ethereum] How to update Geth to Homestead (1.3.4)

go-ethereumhomestead

How can u update geth to Homestead version? Found this github link, but there is nothing specified about installation.

Best Answer

Just figured out that sudo apt-get update && sudo apt-get upgrade will work if you followed the ppa way.

OSX users using brew

brew update && brew upgrade ethereum

Update to Release 1.3.5 is recommended

Related Topic