From 845d5b48443691c3865f9e97024c875f5276c215 Mon Sep 17 00:00:00 2001 From: Gauthier Folzan Date: Sun, 10 May 2020 21:35:21 +0200 Subject: [PATCH] update README2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d302b6f..228b481 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ modules dependencies wil be automatically downloaded and added ## Use To use dune, load the module ``` -source $SPACK_ROOT/share/spack/setup-env.sh +source /PATH/TO/SPACK/share/spack/setup-env.sh spack load dune ``` if python module was installed, python binding are avalaible after loading the module @@ -33,7 +33,7 @@ if python module was installed, python binding are avalaible after loading the m ## Build a new module ### Load the dune module ``` -source $SPACK_ROOT/share/spack/setup-env.sh +source /PATH/TO/SPACK/share/spack/setup-env.sh spack load dune ``` ### Initialize dune project