From d1a9a57795d80123838117a19be1ff2c5898194d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 24 Mar 2017 00:17:15 +0100 Subject: Improve build documentation --- include/sqlitepp/sqlitepp.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/include/sqlitepp/sqlitepp.h b/include/sqlitepp/sqlitepp.h index af1403c..ad09b6b 100644 --- a/include/sqlitepp/sqlitepp.h +++ b/include/sqlitepp/sqlitepp.h @@ -18,8 +18,15 @@ /// /// \section compile Compiling sqlitepp /// sqlitepp uses GNU Make as a build tool. To build sqlitepp from source, -/// download the source from GitHub and then run `make`. You might have to -/// settings in `config.mk`. +/// download the source from git.ireas.org and then +/// run `make`. You might have to change the settings in `config.mk`. +/// +/// \code{.unparsed} +/// $ git clone https://git.ireas.org/sqlitepp +/// $ cd sqlitepp +/// $ make +/// \endcode /// /// \section using Using sqlitepp /// -- cgit v1.2.1