AlexandrouR / web3j-installer-1

Command line installer for Epirus tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epirus-installer

Command line installer for Epirus

How to (Linux/macOS):

In a terminal, run the following command:

curl -L get.epirus.io | sh

This script will not work if Epirus has been installed using Homebrew on macOS.

How to (Windows):

In PowerShell, run the following command:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/epirus-io/epirus-installer/master/installer.ps1'))

About

Command line installer for Epirus tools


Languages

Language:Shell 81.4%Language:PowerShell 18.6%