Skip to content

Commit

Permalink
📝 add Homebrew section to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 16, 2023
1 parent fb03cd0 commit 41d8263
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
```

0 comments on commit 41d8263

Please sign in to comment.