Skip to content

Commit

Permalink
Mention package in project README
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Sep 8, 2023
1 parent 9f178d4 commit d27ed8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ The application will now be running on port `8080` and serve the frontend as wel

Running the application expects pandoc to be installed on your machine and be accessible with the configured `PATH` env variable.

## Docker

You can run this via Docker using the published package:

```shell
docker run --rm -p 8080:8080 ghcr.io/synyx/pandocweb:latest
```

You can now open the web interface locally on http://localhost:8080.

## License

This project is licensed under the MIT license.
Expand Down

0 comments on commit d27ed8b

Please sign in to comment.