Skip to content

Instantly share code, notes, and snippets.

@f13end
Last active April 16, 2019 09:54

Revisions

  1. f13end revised this gist Apr 16, 2019. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions holochain kodlar
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    WINDOWS

    Powershell admin olarak calistirdiktan sonra;

    1- Chocolatey
    @@ -8,3 +10,16 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We

    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
  2. f13end created this gist Apr 16, 2019.
    10 changes: 10 additions & 0 deletions holochain kodlar
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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