Fix grammar and spelling

Use notations 'Clang'/'GCC', 'Asciidoctor', 'Make', 'Git', 'CMake' when referring to the tool, not the command

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-08-30 13:27:39 +02:00
parent 9299fd3e39
commit 77fb1851a7
5 changed files with 17 additions and 17 deletions

View file

@ -37,10 +37,10 @@ Thanks to the community, there are binary packages available [here](https://time
Building Timewarrior yourself requires
* git
* cmake (>= 3.8)
* make
* C++ compiler with full C++17 support, currently gcc 8+ or clang 5+
* Git
* CMake (>= 3.8)
* Make
* C++ compiler with full C++17 support, currently GCC 8+ or Clang 5+
* Python 3 (for running the testsuite)
* Asciidoctor (for creating documentation)