From 766cd07cda17f3f1194a8445f5b0276739db17f2 Mon Sep 17 00:00:00 2001 From: jurjen93 Date: Mon, 17 May 2021 10:22:44 +0200 Subject: [PATCH] extra explanation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c58171b..05e1559 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Other .fits files from LOFAR can be found here: https://lofar-surveys.org/ ### Clone repo -You need to clone this repo with:\ +You need to clone this repo with (in the location you want to have the scripts):\ ```git clone https://github.com/jurjen93/advanced_astro_visualiziation.git``` ### Install requirements Now you can install the requirements and make aliases to simplify commands with:\ ```./setup.sh``` +If you get permission denied or access error, please give access with:\ +```chmod u+x ./setup.sh``` ### Catalogue csv file You need to have a catalogue with sources for the poster (for the video it is optional). We have an example given in the folder 'catalogue'.\