Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 899 Bytes

File metadata and controls

54 lines (35 loc) · 899 Bytes

Installation Guide

Prerequisites

  • Go 1.20 or higher.
  • Git installed on your system.

Installation on Different Environments

macOS

  1. Install Go using Homebrew:

    brew install go
  2. Install InfraToolbox:

    go install github.com/yourusername/infratoolbox@latest

Linux

  1. Install Go:

    sudo apt update
    sudo apt install golang
  2. Install InfraToolbox:

    go install github.com/yourusername/infratoolbox@latest

Windows

  1. Download and install Go from golang.org.

  2. Install InfraToolbox:

    go install github.com/yourusername/infratoolbox@latest

Verify Installation

Run the following command to verify that InfraToolbox is installed correctly:

infratoolbox --version