diff --git a/deployment/linux/README.txt b/deployment/linux/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..841009281b2e8f4b0cecec638baadc6305984263
--- /dev/null
+++ b/deployment/linux/README.txt
@@ -0,0 +1,16 @@
+HOW TO USE THE BUNDLE SCRIPTS:
+
+1. Checkout a copy of the OpenStructure repository.
+2. Move to the <OpenStructure folder>/deployment/linux folder and start the create_bundle.py script using python
+3. In <OpenStructure> you'll find a tar.gz file. That's the bundle!
+4. If the process stops without completing, run the reset_repository.py script or delete the <OpenStructure Folder> and restart from scratch
+
+
+HOW TO USE THE QMEAN BUNDLE SCRIPTS:
+
+1. Checkout a copy of the OpenStructure repository.
+2. Check out a copy of the scratch repository in modules/scratch
+3. Create a folder called ChemLib in the <OpenStructure Folder> and copy the compunds.chemlib file into it.
+4. Move to the <OpenStructure folder>/deployment/linux folder and start the create_qmeqn_bundle.py script using python
+3. In <OpenStructure> you'll find a tar.gz file. That's the bundle!
+4. If the process stops without completing, run the reset_qmean_repository.py script or delete the <OpenStructure Folder> and restart from scratch
\ No newline at end of file