holochain / holochain-proto

Holographic storage for distributed applications -- a validating monotonic DHT "backed" by authoritative hashchains for data provenance (a Ceptr sub-project)
http://holochain.org
GNU General Public License v3.0
876 stars 143 forks source link

Improve readme.md for install/update + web page #740

Open pegaltier opened 6 years ago

pegaltier commented 6 years ago

I think we can improve two point inside the readme.md and inside the install holochain web page https://developer.holochain.org/Install_Holochain

  1. Add Update guide (for exemple how to update holochain version 24 to 25)

    • cd %GOPATH%/src/github.com/holochain/holochain-proto
    • git pull origin develop
    • make
  2. Add helper for Windows

    • take care to use cmd.exe basic terminal to run make (nor powershell nor git)
    • because git ssl certificate work better

Thanks

jbshirk commented 6 years ago

TY, I was just looking for this.

Connoropolous commented 6 years ago

Thanks for this. We have it in a separate article on the dev docs site, https://developer.holochain.org/change_or_update_holochain_go_version but I think you're right that either we should link to it, or add it directly in to those places.

Connoropolous commented 6 years ago

I will add a link to it in the Install Holochain page on the dev docs