Skip to content

Commit 41d8263

Browse files
committed
📝 add Homebrew section to the readme
1 parent fb03cd0 commit 41d8263

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,14 @@ This will mount your host current working directory (pwd) inside the Docker cont
105105
Any files Docker would write to the current working directory are written to the host directory where you did docker
106106
run. Note that you have to also use a
107107
[special hostname](https://docs.docker.com/desktop/networking/#use-cases-and-workarounds-for-all-platforms) `host.docker.internal`
108-
to access your host machine from inside the Docker container.
108+
to access your host machine from inside the Docker container.
109+
110+
#### Homebrew
111+
112+
If you're on macOS, you can install the tool using [Homebrew](https://brew.sh/).
113+
114+
```bash
115+
brew tap techouse/mysql-to-sqlite3
116+
brew install mysql-to-sqlite3
117+
mysql2sqlite --help
118+
```

0 commit comments

Comments
 (0)