From 097a1e526832b1cbda305f39cab5063469135b58 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Mon, 11 Jan 2021 11:16:21 +0000 Subject: [PATCH] minor change to dir used in cmake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ec578e..ebb0c7b 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ git clone https://github.com/open-radiation-sources/parametric-plasma-source.git ``` Then create a build folder and compile from the folder. This assumes that -openmc repository was cloned into your home directory ```~/openmc```. +openmc repository was cloned into your home directory ```/opt/openmc```. ```bash cd parametric-plasma-source mkdir build cd build -cmake .. -DOPENMC_DIR=~/openmc +cmake .. -DOPENMC_DIR=/opt/openmc make ```