*}F^R%|I0fdWTAl=4-=T|YtU-rYhs-R{=gyw=A{eX;DphU
zBJx1wfye`q2Oj5DY;S&P_PW?I`PBIb7Q6UAKLBJWpl@Y#B5Ufr(
zJs8fA5Hczw4@4fA=mAb2nR(1&18nf>_j}rQ)71A-deF8!zozDUNF}9Hrk2TNa=H9)
zvd=9feZ$XtjYe)aZ>3z?XH%9=D}Pp9Q%-9n?Acd}l9
zO^Oa#k(FMp^3b7`t7@wCy4Cd~)%u||E2zG*u6|@hk>|wkU$?8b-yU$>qrwz~#{pBv
znRe`YcG=!gld!8KU9{`RqFu_g^6Bbrv99i(-FwuYE-T|YN$a55tIhDpyjE)N%$Y-E
zR%gbw^8=38tIf<9b|!BdzPZV^`C!t`;zQa7eam&c4m0PG&G}8i3cZ?^_sm@;Enp3q&9scyV+^N4XgpCPY*tRpsMPOTw!H3v^_w2t
zvSZgdZRV^BRh>JpbI9_nv~6}9UdD8?mb1UTU}gQj9&)$iTl*|CrzkT~opOu;^IXOJ
z1q*Lq6pM*5S1`p{y7Fo3(Y)m!(BiTz)`-OyE3)>%o-A!`yPM@RW`mwsEWT8hcXNGH
z&ZJVP)mZg?1Taz_`6}FI?FvQFyi`BMgn+8`t7S#Yw%bP9v_sXp22yS991{Kvm2(ra
z(v@)s2FMss=wi(+vaFrn%NO2ecz)ZU>5OfuxmA{XygnmmwiPHMi-_&A9DK&4=a81H
z<-57S8*TAetea1@DVsI3Wc0%M3o2r%Scj~AM;Og=hAiR$eV~F0^6YUzh}fI#@p&VMo|Y>^S?7ea_CXv+M%
z8EUZ>4Oov2cnF)(imm8^fiyC3F^mH^h{tdkM{x{K;~6}Um+=Z-#p`$r@8DgW#QXRd
zU*Jo8g>Uf#&f@}p!bSXrOZZ!YG)*d(rb{ttiBv1Ckm{rcX}z>jN=Qj5C7F^V6{Jz=
zNnwXnWZ>SSt)c!1$q6S5F>p{YP&zdU1NF_VTefafx7&jc}25UuT!-WqNWmH>-FWT23a)Lstu}EN+cD{jcS#u
zF-0_*^cG#?l#_3K@c+zyV}Gzq00n;qDzOOFScP?Hp9bdZ{STF$J;nT6gY|ZhybVX2|mSXoWWUqjc+o
Date: Tue, 17 Mar 2026 14:42:45 +0000
Subject: [PATCH 2/2] Small corrections in some documentation files
---
README.md | 139 +-----------------
.../internals/multirun-implementation.md | 137 +++++++++++++++++
2 files changed, 139 insertions(+), 137 deletions(-)
diff --git a/README.md b/README.md
index bf5c76ffe..7bf11d49e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# SimPaths
-by Matteo Richiardi, Patryk Bronka, Justin van de Ven
+by CeMPA (Centre for Microsimulation and Policy Analysis).
## What is SimPaths and how to use it?
@@ -8,139 +8,4 @@ SimPaths is an open-source framework for modelling individual and household life
SimPaths models currently exist for the UK, Greece, Hungary, Italy, and Poland. This page refers to the UK model; the other European models are available at the corresponding [SimPathsEU](https://github.com/centreformicrosimulation/SimPathsEU) page.
-The entire SimPaths documentation is available on its [website](https://centreformicrosimulation.github.io/SimPaths/), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development.
-
-## Quick start
-
-### Prerequisites
-
-- Java 19
-- Maven 3.8+
-- Optional IDE: IntelliJ IDEA (import as a Maven project)
-
-### Build and run
-
-```bash
-mvn clean package
-java -jar multirun.jar -DBSetup
-java -jar multirun.jar
-```
-
-The first command builds the JARs. The second creates the H2 donor database from the input data. The third runs the simulation using `default.yml`.
-
-To use a different config file:
-
-```bash
-java -jar multirun.jar -config my_run.yml
-```
-
-For configuration options, see the annotated `config/default.yml`. For the data pipeline and further reference, see [`documentation/`](documentation/README.md).
-
-
-
-
-
\ No newline at end of file
+The entire SimPaths documentation is available on its [website](https://centreformicrosimulation.github.io/SimPaths/), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development.
\ No newline at end of file
diff --git a/documentation/wiki/developer-guide/internals/multirun-implementation.md b/documentation/wiki/developer-guide/internals/multirun-implementation.md
index ab2f03dfd..ee798acbd 100644
--- a/documentation/wiki/developer-guide/internals/multirun-implementation.md
+++ b/documentation/wiki/developer-guide/internals/multirun-implementation.md
@@ -3,3 +3,140 @@
!!! warning "In progress"
This page is under development. Contributions welcome —
see the [Developer Guide](../index.md) for how to contribute.
+
+## Running the MultiRun in the command line
+
+### Prerequisites
+
+- Java 19
+- Maven 3.8+
+- Optional IDE: IntelliJ IDEA (import as a Maven project)
+
+### Build and run
+
+In the command line, navigate to the project directory and run the following commands:
+
+```bash
+mvn clean package
+java -jar multirun.jar -DBSetup
+java -jar multirun.jar
+```
+
+The first command builds the JARs. The second creates the H2 donor database from the input data. The third runs the simulation using `default.yml`.
+
+To use a different config file:
+
+```bash
+java -jar multirun.jar -config my_run.yml
+```
+
+For configuration options, see the annotated `config/default.yml`. For the data pipeline and further reference, see [`documentation/`](documentation/README.md).
+
+
+
+
+
\ No newline at end of file