From 8ea6237f507eb7cd635284b5c4613deb7ca3949f Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Tue, 30 Apr 2019 10:20:11 -0500
Subject: [PATCH] Initial README file for the project

---
 README.md | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c457bf1..7f3c020 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,25 @@
-# singularity_containers
+# SIngularity Container
+
+This is a beginner tutorial on using SIngularity COntainers
+
+# Setup
+
+Navigate to rc.uab.edu in your preferred web browser and login. 
+
+From the dashboard, click "Jobs" and then "Job Composer" to open the job composer.
+
+Create a new job from the default template. Then scroll down the page and select "Open Editor" at the bottom under "Submit Script"
+
+Copy and paste the following code into the editor window. (Replace all current code with the pasted code)
+```
+#!/bin/bash
+# JOB HEADERS HERE
+
+git clone https://gitlab.rc.uab.edu/rc-training-sessions/singularity_containers.git /data/user/$USER/r-visualizations
+
+
+```
+
+# Start Jupyter Notebook 
+Launch Jupyter Notebook through the interactive apps page in the OnDemand (rc.uab.edu) portal
 
-Basic Singularity contai ner information
\ No newline at end of file
-- 
GitLab