From 4758e5975463efe6153bcc8f4125b7198b6f8b1d Mon Sep 17 00:00:00 2001
From: "Lensing, Kim" <kim.lensing@wur.nl>
Date: Fri, 14 Jul 2023 14:38:08 +0000
Subject: [PATCH] Update README.md

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7bd8c42..2c2f526 100644
--- a/README.md
+++ b/README.md
@@ -95,14 +95,20 @@ Install miniconda on linux
 [Download installer](https://docs.conda.io/en/latest/miniconda.html)
 [Installation instructions](https://conda.io/projects/conda/en/latest/user-guide/install/index.html)
 
-#Download the installer to your home directory. Choose the version according to your operating system. You can right click the link, copy and download with
+#Download the installer to your home directory. Choose the version according to your operating system. You can right click the link, copy and download with:
 `wget <link>`
+
 For example:
 `wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh`
+
+
 To install miniconda, run:
 `bash <installer name>`
+
 For example:
 `bash  Miniconda3-latest-Linux-x86_64.sh`
+
+
 Set up the conda channels in this order:
 ```
 conda config --add channels defaults
-- 
GitLab