2018-08-10

This commit is contained in:
tastytea 2018-08-10 03:03:50 +02:00
parent 5f14c2a9c7
commit 2435092d7b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $(function() {
<div class="title">xdgcfg Documentation</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>xdgcfg</b> is a very simple wrapper around libconfig written in C++. It reads and writes files into <code>${XDG_CONFIG_HOME}</code>. It creates subdirectories if necessary.</p>
<div class="textblock"><p><b>xdgcfg</b> is a very simple wrapper around libconfig written in C++. It reads and writes files in <code>${XDG_CONFIG_HOME}</code>. It creates subdirectories if necessary.</p>
<h3>Dependencies</h3>
<ul>
<li>C++ compiler</li>