From 88c3cdf0a5d26bcfef487f8c8863ab999a8f6d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miikka=20V=C3=A4is=C3=A4l=C3=A4?= Date: Tue, 24 Sep 2019 03:11:09 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a0bd96..023b55d 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ If you encounter issues, recheck that the 3rd party libraries were successfully ### New approach -`` -mkdir whatever && cd whatever # Sourcing not required anymore -cmake -DDSL_MODULE_DIR=acc/mhd_solver .. && make -j -./ac_run -t ../config/astaroth.conf -`` + +1. `mkdir whatever && cd whatever # Sourcing not required anymore` + +1. `cmake -DDSL_MODULE_DIR=acc/mhd_solver .. && make -j` + +1. `./ac_run -t ../config/astaroth.conf` + ### Method I: In the code directory (DEPRECATED. REVISE.)