From d94abcfaa6608d72b50c1f9dffdfb2009eb60912 Mon Sep 17 00:00:00 2001 From: hamidrezanorouzi <72734524+hamidrezanorouzi@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:43:35 +0430 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe9d9df..b6a8d707 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Follow one of the followings to build PhasicFlow for one mode of execution. #### Serial build for CPU Open a new terminal and enter the following commands: ``` -cd ~/PhasicFlow/phasicFlow/build +cd ~/PhasicFlow/phasicFlow +mkdir build +cd build cmake ../ -DpFlow_Build_Serial=On make install ```