Install
Choose your preferred installation method based on your operating system and development setup.
🍺 Homebrew (macOS)¶
The easiest way to install Monstarillo on macOS:
Verification
Test your installation: monstarillo --help
🐹 Go Install (All Platforms)¶
If you have Go installed, you can install Monstarillo directly:
Add to PATH¶
After installation, ensure Monstarillo is in your PATH:
Verify Installation¶
🔧 Prerequisites¶
Install Go (if needed)¶
Don't have Go installed? Get it here:
Minimum Requirements: - Go 1.19 or later - 64-bit operating system
Verify Go Installation¶
✅ Verify Installation¶
Once installed, verify Monstarillo is working:
You should see the Monstarillo help menu with available commands and options.
🚀 Next Steps¶
Now that Monstarillo is installed, let's set up your first project:
🆘 Troubleshooting¶
Command not found?
- Ensure $GOPATH/bin
is in your PATH
- Try running which monstarillo
to check installation location
Permission issues?
- On macOS/Linux, you may need to run with sudo
- Ensure you have write permissions to your Go workspace