Skip to content

Commit 7dedace

Browse files
committed
Update readme with instructions
1 parent 50f1d0f commit 7dedace

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ Implements [MySQL to SQLite3][link-sql] as a docker utility
44

55
## How to use
66

7+
```
8+
docker run --rm -v ${PWD}:/output benrowe/mysql-to-sqlite3 mysql2sqlite -f /output/export.sqlite3 -d database_name -u username -h host.docker.internal -p password
9+
```
710

8-
[link-sql]:https://github.com/techouse/mysql-to-sqlite3
11+
[link-sql]:https://github.com/techouse/mysql-to-sqlite3

0 commit comments

Comments
 (0)