From 226dc85246ead5ee4019bb0b2cd43035bdac2a86 Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Wed, 16 Nov 2022 13:55:37 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a16beef..7e2b4c2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ sudo bash Miniconda3-latest-Linux-x86_64.sh -p /miniconda -b sudo groupadd anaconda_admin sudo chown -R :anaconda_admin /miniconda sudo chmod -R 775 /miniconda -sudo adduser nibio anaconda_admin # reboot of the docker may be need at this point +``` +reboot of the docker may be need at this point +``` +sudo adduser nibio anaconda_admin /miniconda/bin/conda update conda /miniconda/bin/conda init -- GitLab