Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.63 KB

File metadata and controls

72 lines (46 loc) · 1.63 KB

Section Homebrew Distribution

Direct Recommendation

Use a dedicated tap:

  • GitHub repo: eric8810/homebrew-section
  • tap name for users: eric8810/section

That keeps the install story simple:

brew tap eric8810/section
brew install eric8810/section/section

Why this route

  • Homebrew is an install surface, not just a marketing channel
  • a dedicated tap is the normal third-party route for Homebrew distribution
  • it avoids waiting on homebrew/core
  • it keeps control of versioning and rollout in the Section release flow

Official references:

What to publish

The first Homebrew package should install:

  • section
  • sectiond

That matches the current product line:

  • section is the user-facing CLI
  • sectiond is the runtime/control-plane companion

Files in this package

Install Story

Recommended install story for docs and release posts:

brew tap eric8810/section
brew install eric8810/section/section

Optional one-line version:

brew install eric8810/section/section

That works because brew can auto-tap when using the fully qualified formula path.

Current Boundary

This task prepares the Homebrew distribution package and formula template.

It does not yet:

  • publish the tap repo
  • attach bottle automation
  • promise homebrew/core