From c6e042289a1acb15ae62df94f51d85d908667cb7 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 21 May 2021 03:20:52 -0500 Subject: [PATCH] modified: getting-started/quickstart.mdx --- src/docs/getting-started/quickstart.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index e823e23..497171f 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -19,15 +19,15 @@ most recent version as of January 2021. *For an optimal experience, we strongly recommend you to use singularity 3 or later for this tutorial. Use (very) old versions of singularity (e.g. 2.6.x) at your own risk!* -## The EIC Software Container (jug_xl) +# The EIC Software Container (jug_xl) -### Step 1: Create a local directory that you want to work in, e.g., `~/eic` +## Step 1: Create a local directory that you want to work in, e.g., `~/eic` ```bash mkdir ~/eic cd ~/eic ``` -### Step 2: Deploy the containerized environment and launch a shell +## Step 2: Deploy the containerized environment and launch a shell Execute the following line in your terminal to setup your environment in your sandbox directory. This will install the latest stable container and place a script called -- GitLab