From f13054d927a6b392e8ba30c51daf38fc585f42ab Mon Sep 17 00:00:00 2001 From: vijay Date: Mon, 15 Jan 2018 16:43:52 +0100 Subject: [PATCH] removed tabs after merge --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e18f659..21b069f 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ _Compiling_ 1. Export environment variables for PETSc and SLEPc - ```shell - export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION} - export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION} - export C_INCLUDE_PATH+=:$PETSC_DIR/include/:$SLEPC_DIR/include:$PETSC_DIR/arch-linux2-c-debug/include/:$SLEPC_DIR/arch-linux2-c-debug/include - # The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure. - ``` +```shell +export PETSC_DIR=${PATH_TO_PETSC_INSTALLATION} +export SLEPC_DIR=${PATH_TO_SLEPC_INSTALLATION} +export C_INCLUDE_PATH+=:$PETSC_DIR/include/:$SLEPC_DIR/include:$PETSC_DIR/arch-linux2-c-debug/include/:$SLEPC_DIR/arch-linux2-c-debug/include +# The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure. +``` 2. Make the executable