From d9d452e13ae6949af246fb48db9b89be535d04b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvia=20Pl=C3=B6ckinger?= <sylvia.ploeckinger@univie.ac.at>
Date: Fri, 13 Oct 2023 12:21:18 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5c26172..165864f 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
 
-- 
GitLab