From aa95fd8c0e71f35dea09f1c9797c9a19f61bfac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Tue, 5 Dec 2023 22:09:09 +0000 Subject: [PATCH] :memo: update README --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index a7a149f..06591af 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +``` \ No newline at end of file