diff options
Diffstat (limited to 'NOTE.md')
| -rw-r--r-- | NOTE.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ $ mkdir -p content/posts/$(date +'%Y-%m-%d') $ touch content/posts/$(date +'%Y-%m-%d')/[TITLE].xml ``` +``` +$ curl -o static/pdf.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.min.js +$ curl -o static/pdf.worker.min.js https://unpkg.com/pdfjs-dist@3.4.120/build/pdf.worker.min.js +``` + ## Structure |
