From 494e075a7b7909d769c42054338f370ceae617ea Mon Sep 17 00:00:00 2001 From: Maxime Garcia Date: Sun, 1 Oct 2017 17:34:58 +0200 Subject: [PATCH] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c99479b..1c28c3f 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,22 @@ Beamer compiler in Nextflow using XeLaTex. -Beamer presentations can be easily compiled. A Docker container is provided. It's a `debian:8.6` image containing `texlive-xetex`, `mtheme`, `python-pygments` (for `minted`) and `Fira fonts`. A Singularity container based on the Docker container is also available. +Beamer presentations can be easily compiled. A Docker container is provided. It's a `debian:jessie-slim` image containing `texlive-xetex`, `mtheme`, `python-pygments` (for `minted`) and `Fira fonts`. A Singularity container based on the Docker container is also available. ## Usage with Docker [![Docker status][docker-badge]][docker-link] ```bash nextflow run MaxUlysse/compile-beamer / --profile docker / ---tex + -profile docker / + --tex ``` ## Usage with Singularity [![Singularity status][singularity-badge]][singularity-link] ```bash nextflow run MaxUlysse/compile-beamer / --profile singularity / ---tex + -profile singularity / + --tex ``` [circleci-badge]: https://circleci.com/gh/MaxUlysse/compile-beamer.svg?style=shield