- Go 1.20 or higher
- Git
- Terraform, Helm, and Docker Daemon installed and accessible via your PATH
git clone https://github.com/clouddrove/smurf.git
Execute the following command to build and install Smurf:
bash install_smurf.sh
To check if Smurf is installed successfully, run:
which smurf
smurf --help
If the output shows /usr/local/bin/smurf
and the help menu, the installation was successful!
- "go: command not found" → Ensure Go is installed and accessible via
PATH
. - "permission denied" → Run the installation script with
sudo bash install_smurf.sh
. - "cannot move smurf: No such file or directory" → Ensure
go build
is successful and the binary exists in thebuild
directory.