File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -105,4 +105,14 @@ This will mount your host current working directory (pwd) inside the Docker cont
105
105
Any files Docker would write to the current working directory are written to the host directory where you did docker
106
106
run. Note that you have to also use a
107
107
[ 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
+ ```
You can’t perform that action at this time.
0 commit comments