diff --git a/README.md b/README.md
index 5c261728d14e242cc889069f344a15eda87c8a35..165864f106562ee00afa8c1fcccea0eadeedc9a8 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ git clone https://github.com/SWIFTSIM/SWIFT.git
 cd SWIFT
 git checkout v0.9.0-1182-g423e9dd8
 ./autogen.sh 
-./configure --with-subgrid=EAGLE-XL --with-hydro=sphenix --with-kernel=quartic-spline --with-ext-potential=hernquist --with-tbbmalloc --disable-hand-vec --enable-ipo
+./configure --with-subgrid=EAGLE-XL --with-hydro=sphenix --with-kernel=quartic-spline --with-ext-potential=hernquist --with-tbbmalloc --disable-hand-vec --enable-ipo --enable-stand-alone-fof
 make
 ```
 
-If the code compiled successfully, an executable `swift` is produced in the SWIFT folder. 
+If the code compiled successfully, the executables `swift` and `fof` are produced in the SWIFT folder. 
 
 In possibly another directory, clone this reposity with