From 501a1c9a249451c7c6c6d2b1bb317b7da238588b Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Thu, 15 Dec 2022 15:00:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7679a0..1ba4080 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ source ~/.bashrc By default, your enroot containers will be saved in your ```home``` directory. On Berzelius, you have only 20 GB disk space for ```home```. It is a better practice to put enroot containers in your project directory. -Add this line to your ```bashrc``` +Add following lines to your ```bashrc``` ``` export ENROOT_CACHE_PATH=/proj/nsc_testing/xuan/enroot/cache -- GitLab