From 9bbf80fb866f5035b5aba841dbef0ccdbe0751c2 Mon Sep 17 00:00:00 2001 From: zhyang-dev <24970893+zhyang-dev@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:28:34 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3af294..3a7aea7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The installation is straightforward: ```bash # Activate your OpenFOAM environment, then clone the project and run the install script $ git clone --depth 1 https://github.com/zhyang-dev/wmake_with_bear.git -$ cd wmake_with_bear && chmod +x install && ./install +$ cd wmake_with_bear && ./install ``` ### Usage @@ -46,4 +46,4 @@ Tested environments: - OpenFOAM-v2012 on Ubuntu-20.04 with bear 2.4.3 - OpenFOAM-v2012 on Ubuntu-16.04 with bear 2.1.5 - OpenFOAM-11 on Ubuntu-20.04 with bear 2.4.3 -- OpenFOAM-6 on Ubuntu-18.04 with bear 2.3.11 \ No newline at end of file +- OpenFOAM-6 on Ubuntu-18.04 with bear 2.3.11