Installation
Installation Guide for Wait4it
To get started with Wait4it, you can either download the latest release or build it yourself. Follow the instructions below based on your preference.
Option 1: Download the Latest Release
The easiest way to get started is by downloading the latest release of Wait4it.
- Visit the Wait4it Releases Page.
- Download the appropriate binary for your operating system (Linux, macOS, or Windows).
- Extract the downloaded file and move it to a directory of your choice.
- Ensure that the directory is included in your system’s
PATHto run Wait4it from anywhere in your terminal.
Option 2: Build Wait4it Yourself
If you prefer to build Wait4it from source, follow these steps:
Prerequisites
Make sure you have Go installed on your machine.
Build Instructions
Clone the Wait4it repository using
gitor the GitHub CLI:Using
git:git clone https://github.com/ph4r5h4d/wait4it.gitUsing GitHub CLI (
gh):gh repo clone ph4r5h4d/wait4it
Navigate to the project directory:
cd wait4itBuild the project:
go buildAfter the build process completes, the
wait4itbinary will be created in the current directory.Move the binary to a directory in your
PATHfor easy access:mv wait4it /usr/local/bin/Verify the installation by running:
wait4it --version
Now you’re ready to start using Wait4it!
For more details on how to use Wait4it, refer to the left sidebar for specific checks and their usage instructions.