Added section about library to README, also activated TOC.

This commit is contained in:
tastytea 2019-07-27 23:26:39 +02:00
parent 27a470e21f
commit 901f733599
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
= remwharead
:toc: preamble
*remwharead* saves URIs of things you want to remember in a database along with
an URI to the archived version, the current date and time, title, description,
@ -18,7 +19,13 @@ image::https://doc.schlomp.space/remwharead/example_tags.png[Tags view, width=40
== Usage
See https://schlomp.space/tastytea/remwharead/src/branch/main/remwharead.1.adoc[manpage].
See
https://schlomp.space/tastytea/remwharead/src/branch/main/remwharead.1.adoc[manpage].
=== In your programs
The complete functionality is implemented in a C++ library, libremwharead. Take
a look at the https://doc.schlomp.space/remwharead/[reference] for more info.
== Install