diff --git a/assignment1/README.md b/assignment1/README.md index bbf38e8..3ac5acb 100644 --- a/assignment1/README.md +++ b/assignment1/README.md @@ -155,7 +155,7 @@ You are only allowed to use: - POSIX standard library (as fallback) - `diff` / `patch` command -You must use CMake as build system. +You must use [CMake](https://cmake.org/) as build system. Use [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) to automatically format your code using the provided [`.clang-format`](../.clang-format) configuration. There is probably a plugin for your text editor / IDE to automate this process.