diff --git a/screening/dist/admin/readme.txt b/screening/dist/admin/readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5d469ca4d11a8298dc36d7616b31762251ebf517
--- /dev/null
+++ b/screening/dist/admin/readme.txt
@@ -0,0 +1,10 @@
+How to install 'openbis for Screening' from scratch:
+- enter the directory where you want to install openbis (e.g. ~/openbis)
+- create 'servers' directory and copy 2 zip distributions for openBIS AS and openBIS DSS into it 
+- create the bin directory in a following way:
+  mkdir bin
+  cd bin
+  wget svncisd.ethz.ch/repos/cisd/screening/trunk/dist/admin/svn-update.sh
+  . ./svn-update.sh
+- run install script
+	bin/install.sh
\ No newline at end of file