# web3j-installer **Repository Path**: hyperledger/web3j-installer ## Basic Information - **Project Name**: web3j-installer - **Description**: Command line installer for Epirus tools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web3j-installer Command line installer for Web3j ### How to (Linux/macOS): In a terminal, run the following command: `curl -L get.web3j.io | sh` This script will not work if Web3j 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/hyperledger/web3j-installer/main/installer.ps1'))`