From 2a0db6f4471c0268253d6f046f8643d4b1572980 Mon Sep 17 00:00:00 2001 From: "David R. Miller" Date: Thu, 10 Oct 2024 13:20:28 -0700 Subject: [PATCH] Update README.md Co-authored-by: Michael Pilosov <40366263+mathematicalmichael@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b09d6..fe3733d 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ A `CMakeList.txt` file is provided to allow development, build, test, installati To build with cmake you need to install cmake. -If you're using docker, `cmake` is already installed. So, you can directly open its terminal to use it: +If you're using docker, `cmake` is already installed in the image. So, you can directly open its terminal to use it: ```sh docker run --rm -ti -v `pwd`:/app --name biosim biosim4 bash ```