diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index d8d67a8a972e540be41d16b4e217f038c7889ac6..305ea6855bd034793aea4c9c64b6fa416a697133 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -18,19 +18,25 @@ This tutorial requires that [singularity](singularity) is installed on the system. We also assumes [modulefiles](modulefiles) can be used but are not required. +Singularity can be downloaded by going to +https://sylabs.io/guides/3.7/user-guide/quick_start.html , with 3.7 being the +most recent version as of January 2021. + + ## The EIC Software Container +To properly emulate the EIC enviornmant a container containing necessary +software is needed. Installing the [eic_container](quickstart/eic_container) is done with the following: ```shell git clone https://eicweb.phy.anl.gov/containers/eic_container.git -mkdir eic_container/build -cd eic_container/build -cmake ../. -DCMAKE_INSTALL_PREFIX=$HOME/stow/eic_container_1.0.4 -make -j4 install ``` +From here follow the instructions in the README file. Those will faithfully +install the container, and then follow the instructions below. + Inspect the list of files installed, noting the locations of modulefiles and wrapper scripts.