Skip to content

Commit a66f6d2

Browse files
committed
📝 update README
1 parent 5082932 commit a66f6d2

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

README.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,4 @@ Options:
7676
--debug Debug mode. Will throw exceptions.
7777
--version Show the version and exit.
7878
--help Show this message and exit.
79-
```
80-
81-
#### Dockerfile
82-
83-
If you prefer to use Docker, you can build the image yourself:
84-
85-
```bash
86-
docker build -t sqlite3mysql .
87-
```
88-
89-
and then run it:
90-
91-
```bash
92-
docker run -it -w `pwd` -v `pwd`:`pwd` --rm sqlite3mysql --help
93-
```
94-
95-
This will mount your host current working directory (pwd) inside the Docker container as the current working directory.
96-
Any files Docker would write to the current working directory are written to the host directory where you did docker
97-
run.
79+
```

0 commit comments

Comments
 (0)