From 41d8263f7a1b2e7a7710b964e05e833fae2d290f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sat, 16 Dec 2023 17:33:17 +0000 Subject: [PATCH] :memo: add Homebrew section to the readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 034eb16..1f4fa5b 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,14 @@ This will mount your host current working directory (pwd) inside the Docker cont Any files Docker would write to the current working directory are written to the host directory where you did docker run. Note that you have to also use a [special hostname](https://docs.docker.com/desktop/networking/#use-cases-and-workarounds-for-all-platforms) `host.docker.internal` -to access your host machine from inside the Docker container. \ No newline at end of file +to access your host machine from inside the Docker container. + +#### Homebrew + +If you're on macOS, you can install the tool using [Homebrew](https://brew.sh/). + +```bash +brew tap techouse/mysql-to-sqlite3 +brew install mysql-to-sqlite3 +mysql2sqlite --help +``` \ No newline at end of file