From 62f588d3b4a7d571a0c773df3a020873913d89a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvia=20Pl=C3=B6ckinger?= <sylvia.ploeckinger@univie.ac.at>
Date: Fri, 13 Oct 2023 12:14:18 +0000
Subject: [PATCH] Update README.md

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e4c6c43..5c26172 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ## Description
 Reproduce the isolated disk galaxy simulations from Ploeckinger et al. (subm. 2023).
 
-
+![Isolated disk galaxy](isolated_galaxy_examples.png "Stellar mass surface densities")
 
 
 ## Installation
@@ -22,6 +22,17 @@ make
 
 If the code compiled successfully, an executable `swift` is produced in the SWIFT folder. 
 
+In possibly another directory, clone this reposity with
+
+```
+git clone git@gitlab.phaidra.org:softenedjeanscriteria/setup-galaxy-simulations.git
+cd setup-galaxy-simulations
+```
+
+This repository contains the folder `fiducial_files` which requires the following changes:
+
+- copy the `swift` executable into the folder `fiducial_files`
+- check the job submission `submit.job` and resubmission scripts `resubmit.job`, they might need updating or replacing, depending on the job submission system. The strings `RUNNAME` and `TIMEINHOURS` are replaced by the appropriate values by the `setup.py` script later.
 
 
 
-- 
GitLab