From f1277f638f3a54a821db6e03cb980adad2f2fa35 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 13 Dec 2020 20:52:24 -0800 Subject: [PATCH] Added Homebrew installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 618edf6..85d9b4a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ sqlite-utils: a Python library and CLI tool for building SQLite databases](https pip install sqlite-utils +Or if you use [Homebrew](https://brew.sh/) for macOS: + + brew install sqlite-utils + ## Using as a CLI tool Now you can do things with the CLI utility like this: