From 8fbbef4dbd9aad30713551c54c15022b2d759cb2 Mon Sep 17 00:00:00 2001 From: mashehu Date: Tue, 11 Oct 2022 16:53:04 +0200 Subject: [PATCH] fix linting in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce16f65a9c..ce1e27f9ce 100644 --- a/README.md +++ b/README.md @@ -190,11 +190,13 @@ export NFCORE_NO_VERSION_CHECK=1 ### Update tools It is advisable to keep nf-core/tools updated to the most recent version. The command to update depends on the system used to install it, for example if you have installed it with conda you can use: + ```bash conda update nf-core ``` if you used pip: + ```bash pip install --upgrade nf-core ```