From b70b507c56187c153fac637ce1664f0b193a8209 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 3 Jun 2020 14:20:22 +0200 Subject: [PATCH] remove mac comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79150f7..7763c8a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To manually build documentation, call the following command. ```bash cmake -Hdocumentation -Bbuild/doc cmake --build build/doc --target GenerateDocs -# view the docs (using `open` on Mac) +# view the docs open build/doc/doxygen/html/index.html ```