From 00f5072ff2658ae943d65186c47123947bb87fb0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Jul 2019 12:38:07 +0200 Subject: [PATCH] 2019-07-29 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3488144..4ece598 100644 --- a/docs/index.html +++ b/docs/index.html @@ -69,7 +69,7 @@ $(function() {

Using the library

The easiest way is to include remwharead.hpp, which then includes all other headers.

-
#include <remwharead/remwharead.hpp>

Compile your code with g++ -lremwharead.

+
#include <remwharead/remwharead.hpp>

Compile your code with g++ $(pkg-config --cflags --libs remwharead).