diff --git a/README.md b/README.md index 1ba4080e8e359f4a2259683a67a2a15e4c89718a..a28f58329f60766f497945ceeaa6bacdc48c9465 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ 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 following lines to your ```bashrc``` +Add the following lines to your ```bashrc``` ``` -export ENROOT_CACHE_PATH=/proj/nsc_testing/xuan/enroot/cache -export ENROOT_DATA_PATH=/proj/nsc_testing/xuan/enroot/data +export ENROOT_CACHE_PATH=/your/proj/path/enroot/cache +export ENROOT_DATA_PATH=/your/proj/path/enroot/data ``` To make the change valid ```