From b97d23fa99b847295e3f254cfcc752c56371dd93 Mon Sep 17 00:00:00 2001 From: zawz Date: Thu, 15 Aug 2019 15:19:35 +0200 Subject: [PATCH] readme reorganize --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf2c97e..868fe05 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ zawz's standard C++ library. Tools for easier coding +## Documentation + +Use ``doxygen`` to generate HTML documentation files + ## Building ``make static`` for a static build ``make shared`` for a shared build -## Documentation - -Use ``doxygen`` to generate HTML documentation files - ## Installing ``sudo make install``