From be09a55fe678b0cb56ea163b5a338a2489476b3a Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Mon, 5 Dec 2022 18:39:50 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c42726..c76ba5c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Install enroot -For Debian-based distributions +- For Debian-based distributions ``` arch=$(dpkg --print-architecture) curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot_3.4.0-1_${arch}.deb @@ -11,7 +11,7 @@ curl -fSsL -O https://github.com/NVIDIA/enroot/releases/download/v3.4.0/enroot+c sudo apt install -y ./*.deb ``` -For others, see [here](https://github.com/NVIDIA/enroot/blob/master/doc/installation.md) +- For others, see [here](https://github.com/NVIDIA/enroot/blob/master/doc/installation.md) Plese note that enroot has been installed on Berzelius. You can skip this installation step if you plan to use it on Berzeliu. ## Set up Nvidia credentials -- GitLab