Commands
setup
Check and install Foundry dependencies
mega setup
The setup
command checks for and installs Foundry dependencies required by Mega CLI.
Usage
Options
Option | Description |
---|---|
--check | Only check if dependencies are installed without attempting installation |
Description
This command verifies if Foundry (Anvil, Cast, Chisel, and Forge) is installed on your system. If not found:
- On Linux/macOS: Automatically installs Foundry
- On Windows: Provides guidance for manual installation
Examples
Related
Was this page helpful?