Skip to content
Snippets Groups Projects
Commit 6225efef authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent 501a1c9a
No related branches found
No related tags found
No related merge requests found
...@@ -61,11 +61,11 @@ source ~/.bashrc ...@@ -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. 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_CACHE_PATH=/your/proj/path/enroot/cache
export ENROOT_DATA_PATH=/proj/nsc_testing/xuan/enroot/data export ENROOT_DATA_PATH=/your/proj/path/enroot/data
``` ```
To make the change valid To make the change valid
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment