mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
update readme
This commit is contained in:
@@ -41,6 +41,21 @@ Individual commands:
|
||||
|
||||
Config: `.editorconfig` and `.shellcheckrc`
|
||||
|
||||
## Requirements
|
||||
|
||||
- macOS 10.14 or newer, works on Intel and Apple Silicon
|
||||
- Default macOS Bash 3.2+ plus administrator privileges for cleanup tasks
|
||||
- Install Command Line Tools with `xcode-select --install` for curl, tar, and related utilities
|
||||
- Go 1.24+ required when building the `mo status` or `mo analyze` TUI binaries locally
|
||||
|
||||
## Go Components
|
||||
|
||||
`mo status` and `mo analyze` use Go for the interactive dashboards.
|
||||
|
||||
- Format code with `gofmt -w ./cmd/...`
|
||||
- Run `go test ./cmd/...` before submitting Go changes (ensures packages compile)
|
||||
- Build universal binaries locally via `./scripts/build-status.sh` and `./scripts/build-analyze.sh`
|
||||
|
||||
## Pull Requests
|
||||
|
||||
1. Fork and create branch
|
||||
|
||||
Reference in New Issue
Block a user