We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7332ec3 commit e5ff4b8Copy full SHA for e5ff4b8
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2024 Jonas Heinle
+Copyright (c) 2025 Jonas Heinle
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
README.md
@@ -126,7 +126,7 @@ Command works in powershell but not on cmd.
126
### LINUX
127
Tested on ubuntu. Fedora etc. might have little differences. Idk
128
```bash
129
- cd mdToPdf
+ cd Kataglyphis-mdToPdf
130
docker run -it --rm -v ${PWD}/md2pdfLib:/md2pdfLib -v ${PWD}/data:/data --name mypandoc -h mypandoc pandoc_all
131
```
132
0 commit comments