diff --git a/README.md b/README.md
index 5c1cbf0ee9136130a87450f4c9bc092fd307a36c..695acab7569ecf1f2f4aa9af8fdb140e51218c43 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,10 @@ Pre-trained versions of all of our black-box models have been archived as `Pkg`
 julia --project=experiments experiments/run_experiments.jl -- retrain dataname=linearly_separable
 ```
 
+```shell
+mpiexecjl --project=experiments -n 4 julia experiments/run_experiments.jl -- dataname=linearly_separable output_path=results parallel
+```
+
 When running the experiments from the command line, the parameter choices used in the main paper are applied by default. To have control over these choices, we recommend you instead rely on the notebooks.
 
 ### Notebooks