From 576538b717aa8130b9d7434ddbfba684e292769a Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sat, 10 Aug 2024 09:51:35 +0200 Subject: [PATCH] chore: Minor Update to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca75b7..60415df 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ variable substitution. Use `{{__variable__}}` in your markdown files to insert a Install using ``` -mamba install -c krande -c conda-forge paradoc +mamba install paradoc ``` _(Note! If you want to export to pdf you need to have latex installed (which on windows can be included using))_ ``` -mamba install -c krande -c conda-forge paradoc miktex +mamba install paradoc miktex ```