You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Homebrew wrapper supports only `mfc run ...`. Developer commands like `build`, `test`, `clean` are available when you clone the repo and use `./mfc.sh`.
30
+
- The Homebrew package uses a simplified syntax: just `mfc <case.py>` to run cases.
31
+
- Developer commands like `build`, `test`, `clean` are available when you clone the repo and use `./mfc.sh`.
31
32
- The package bundles a Python venv and prebuilt binaries; no additional setup is required.
32
33
- Examples are installed at `$(brew --prefix mfc)/examples/`.
**Note**: The Homebrew wrapper supports only `mfc run`. For developer commands (`build`, `test`, `clean`, etc.), [clone the repository](https://github.com/MFlowCode/MFC) and use `./mfc.sh`.
36
+
**Note**: The Homebrew wrapper supports only running cases. For developer commands (`build`, `test`, `clean`, etc.), [clone the repository](https://github.com/MFlowCode/MFC) and use `./mfc.sh`.
0 commit comments