Skip to content

Commit 1b8e43e

Browse files
committed
📝 add Homebrew section to the readme
1 parent c6330d4 commit 1b8e43e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Options:
7878
--help Show this message and exit.
7979
```
8080

81-
#### Docker image usage
81+
#### Docker
8282

8383
If you don't want to install the tool on your system, you can use the Docker image instead.
8484

@@ -98,4 +98,14 @@ This will mount your host current working directory (pwd) inside the Docker cont
9898
Any files Docker would write to the current working directory are written to the host directory where you did docker
9999
run. Note that you have to also use a
100100
[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+
```

0 commit comments

Comments
 (0)