format prerequisites to be more explicit about actual package names to install

cobalt2727 2022-01-13 11:26:24 -05:00
parent 3de30a866d
commit d135f8a913

@ -1,8 +1,8 @@
## Prerequisites ## Prerequisites
* Git * `git`
* Curl * `curl`
* CMake, version 3.10 or newer for Dolphin 5.0-10149 and newer. * `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. * C++ compiler, with C++17 support (e.g. `gcc` 7+, `clang` 5+) for Dolphin 5.0-10149 and newer.
## Additional Dependencies Examples ## Additional Dependencies Examples