diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index 841a8c16a0f742cf4f44e25b168a5221bcdc12d5..568ce100feaff5c88e45db2a78a546d9c48573a5 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -44,6 +44,9 @@ module load eic_container [See modulefiles](modulefiles) for more info. +[Also see environment](environment) for more info. + + ## Development within singularity container @@ -61,9 +64,9 @@ builds are being installed into `$HOME/stow/development` A simple setup script will make sure things are in order ```shell title=setup.sh module load eic_container -export $PATH=$HOME/stow/development/bin:$PATH -export $LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH -export $ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH +export PATH=$HOME/stow/development/bin:$PATH +export LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH +export ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH ``` ## Detector Library