- Replace legacy key-value for environment variables
- Remove unnecessary '.' from 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release .' because '-S' already specifies source directory
- Update .dockerignore entries to avoid unnecessary copying to container
- Update INSTALL instructions
- Remove redundant '.' in cmake command
- Use explicit code block formatting instead of indentation
- Use '#' to mark headlines
- Use semantic linebreaks
- Fix Operating System Notes section
- Use backticks for file names and command calls
- Use 'CMake' when referring to the application, not the command call