Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add full path for docker
  • Loading branch information
outofcontrol authored Nov 14, 2023
1 parent 37c4354 commit 3ba1a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cd my_wiki
Now you can convert `filename.xml` using docker.
Note: do **not** use the output parameter. The output will always be written into the subdirectory `output` of the current path. (hence the creation of a new directory). This is necessary, because the docker container does not have access to your filesystem except for the current directory (because of the `-v $PWD:/app` parameter for docker)
```bash
docker run -v $PWD:/app mediawiki-to-gfm --filename=filename.xml
docker run -v $PWD:/app outofcontrol/mediawiki-to-gfm --filename=filename.xml
```

## Export Mediawiki Files to XML
Expand Down

0 comments on commit 3ba1a14

Please sign in to comment.