Improve readability

This commit is contained in:
Thomas Lauf 2018-03-07 21:15:02 +01:00
parent 9a2fe83367
commit d04ab99841

View file

@ -43,13 +43,14 @@ There are two ways to retrieve the Timewarrior sources:
cd timew-1.1.1 cd timew-1.1.1
Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it. Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.
This copies files into the right place, and installs man pages.
cmake -DCMAKE_BUILD_TYPE=release . cmake -DCMAKE_BUILD_TYPE=release .
make make
[make test] [make test]
sudo make install sudo make install
This copies files into the right place, and installs man pages.
## Documentation ## Documentation
There is extensive online documentation. There is extensive online documentation.