File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Options:
78
78
--help Show this message and exit.
79
79
```
80
80
81
- #### Docker image usage
81
+ #### Docker
82
82
83
83
If you don't want to install the tool on your system, you can use the Docker image instead.
84
84
@@ -98,4 +98,14 @@ This will mount your host current working directory (pwd) inside the Docker cont
98
98
Any files Docker would write to the current working directory are written to the host directory where you did docker
99
99
run. Note that you have to also use a
100
100
[ special hostname] ( https://docs.docker.com/desktop/networking/#use-cases-and-workarounds-for-all-platforms ) ` host.docker.internal `
101
- to access your host machine from inside the Docker container.
101
+ to access your host machine from inside the Docker container.
102
+
103
+ #### Homebrew
104
+
105
+ If you're on macOS, you can install the tool using [ Homebrew] ( https://brew.sh/ ) .
106
+
107
+ ``` bash
108
+ brew tap techouse/sqlite3-to-mysql
109
+ brew install sqlite3-to-mysql
110
+ sqlite3mysql --help
111
+ ```
You can’t perform that action at this time.
0 commit comments