diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f4b151..85d6702 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: - run: name: Setup dependencies command: - apk add make + apk add make texlive-xetex ttf-dejavu - run: name: Build all formats diff --git a/README.md b/README.md index 049fccd..d69b0ae 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ The generated file will be placed in *build/pdf*. Please, note that PDF file generation requires some extra dependencies (~ 800 MB): ```sh -sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-latex-extra +sudo apt-get install texlive-xetex ttf-dejavu ``` #### Export to EPUB