From 870c12290d8d3d92232c8e9136644cf6357796bf Mon Sep 17 00:00:00 2001 From: Vicken Simonian Date: Fri, 15 May 2026 13:30:56 -0700 Subject: [PATCH] docs: readme update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b856766..923df48 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Declarative macOS system settings - define your preferences in YAML and apply th ## Install -``` +```sh brew install vsimon/tap/macform ``` ## Quick start -```bash +```sh # Snapshot current settings into a spec file macform generate @@ -35,16 +35,16 @@ Requires macOS Tahoe or later. Requires [mise](https://mise.jdx.dev) (`brew install mise`) -Run to get started: +To get started: -```bash +```sh mise install mise build ``` Run tests: -```bash +```sh mise test ```