From 576b00e3aa080f4552b72a1b6c4e97c1534659a9 Mon Sep 17 00:00:00 2001 From: Ping-Hsuan Date: Tue, 9 Jul 2024 00:02:14 -0400 Subject: [PATCH] use double quote --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0b5565cf..d0c1ff47 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" ```