Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 5, 2023
1 parent 7ee376b commit aa95fd8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,4 @@ Options:
--debug Debug mode. Will throw exceptions.
--version Show the version and exit.
--help Show this message and exit.
```

#### Dockerfile

If you prefer to use Docker, you can build the image yourself:

```bash
docker build -t mysql2sqlite .
```

and then run it:

```bash
docker run -it -w `pwd` -v `pwd`:`pwd` --rm mysql2sqlite --help
```

This will mount your host current working directory (pwd) inside the Docker container as the current working directory.
Any files Docker would write to the current working directory are written to the host directory where you did docker run.
```

0 comments on commit aa95fd8

Please sign in to comment.