aboutsummaryrefslogtreecommitdiff
path: root/include/sqlitepp
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqlitepp')
-rw-r--r--include/sqlitepp/sqlitepp.h11
1 files 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 <a href="https://git.ireas.org/sqlitepp"
+/// title="Git repository sqlitepp on git.ireas.org">git.ireas.org</a> 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
///