Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added command to create the R_libs folder if it doesn't already exist.
  • Loading branch information
bnovak32 authored Nov 8, 2024
1 parent ef2958f commit 283c0ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Once complete, a `singularity` folder containing the Singularity images will be
```bash
# Set R library path to current working directory
export R_LIBS_USER=$(pwd)/R_libs
# Create the specified R library path if it doesn't already exist
mkdir -p $R_LIBS

# Set Singularity cache directory
export SINGULARITY_CACHEDIR=$(pwd)/singularity
Expand Down

0 comments on commit 283c0ab

Please sign in to comment.