diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 56569a5..8426e89 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -1,8 +1,8 @@ ## Prerequisites -* Git -* Curl -* CMake, version 3.10 or newer for Dolphin 5.0-10149 and newer. -* C++ compiler, with C++17 support (e.g. GCC 7+, Clang 5+) for Dolphin 5.0-10149 and newer. +* `git` +* `curl` +* `cmake`, version 3.10 or newer for Dolphin 5.0-10149 and newer. +* C++ compiler, with C++17 support (e.g. `gcc` 7+, `clang` 5+) for Dolphin 5.0-10149 and newer. ## Additional Dependencies Examples