From fdcfd7056f1ab6a77e960d158f1c766a0aa70718 Mon Sep 17 00:00:00 2001
From: strakpe <petrstrakos@eduroam-225-193.vsb.cz>
Date: Fri, 6 Dec 2019 14:34:51 +0100
Subject: [PATCH] doc update

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a13af9bac..832682924 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ scp debian_blender.img salomon.it4i.cz:~/.
 
 ### Building CyclesPhi and modified Blender version on HPC Cluster
 
-Supplied shell script downloads the source codes from git repository and builds CyclesPhi and Blender into selected directory on HPC cluster.
+Supplied shell script *download_blender.sh* downloads the source codes from git repository and builds CyclesPhi and Blender into selected directory on HPC cluster.
 
 First, the CyclesPhi is built then Blender is built.
 The script builds two versions of CyclesPhi.
@@ -98,7 +98,7 @@ To successfully compile both versions of CyclesPhi it is necessary to allocate a
 Second, the modified version of Blender is built.
 To successfully build it on cluster Singularity image is required.
 
-The whole process is automatically handled by supplied shell script.
+The whole process is described below.
 
 ```
 ssh salomon.it4i.cz
@@ -120,7 +120,7 @@ exit
 
 After building CyclesPhi and Blender it is possible to run the rendering task either on CPU or MIC nodes.
 Description for both types is provided below.
-To supply your own Blender scene for rendering you have to modify the script *run_blender_pre.sh*.
+To supply your own Blender scene for rendering you have to modify the script *run_blender_pre.sh* on line 14 and modify the text *$ROOT/src/blender/client/data/bmw27_cpu.blend*.
 You can specify how many resources to use in section *select=*, meaning the number of devices in case of MIC or number of nodes in case of CPU. 
 
 ### Running on MICs
-- 
GitLab