Skip to content

Instantly share code, notes, and snippets.

@f13end
Last active April 16, 2019 09:54
Show Gist options
  • Save f13end/62516db490343b17c7d3f3f02fa0599f to your computer and use it in GitHub Desktop.
Save f13end/62516db490343b17c7d3f3f02fa0599f to your computer and use it in GitHub Desktop.
WINDOWS
Powershell admin olarak calistirdiktan sonra;
1- Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
2- Holochain
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/holochain/hcup/master/hcup-bootstrap.ps1'))
3- hcup
hcup install holochain
MACOS
Terminali root/superuser olarak acin (sudo -s)
1- Homebrew yuklu degilse yukleyin.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2- Holochain
sh -c "$(curl -fsSL https://raw.githubusercontent.com/holochain/hcup/master/hcup-bootstrap.sh)"
3- hcup
hcup install holochain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment