From 84ba696deda2e65bbfa2d10ed6c1848eacecab93 Mon Sep 17 00:00:00 2001 From: Ping-Hsuan Date: Thu, 4 Jul 2024 11:28:27 -0400 Subject: [PATCH] remvoe the single quote --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 74ec1ca7..0b5565cf 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This package include tools to help apply model-order reduction (MOR) to data pro Set shell variables (in .bashrc for BASH users): ``` -export MOR_DIR='/path/to/NekROM' +export MOR_DIR=/path/to/NekROM export PATH="$MOR_DIR/bin:$PATH" ```