diff --git a/README.md b/README.md index 03ac88c..2365ba8 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ This is a template project structure for the *Programming concepts in scientific computing* (MATH-458) In order to compile it you should first install *googletest* -```sh +``` git submodule update --init ``` Then, building is done as usual, e.g. with CLion or in the terminal: -```sh +``` mkdir build cd build cmake .. make ```