citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 97018619b75e333db3fe5e8893480176255b7359
parent 3bd27509d0db690cbc8bb9a285be2fd3edd68b02
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 00:24:09 -0600

www: add doc section

Diffstat:
Mwww/citrun.css | 4++++
Mwww/index.html | 19+++++++++++++++++--
2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -11,3 +11,7 @@ li { margin: auto; font-family: monospace; } + +.prompt { + color: limegreen; +} diff --git a/www/index.html b/www/index.html @@ -15,6 +15,10 @@ execute. Its main purpose is to provide insight into what your program is actually doing. </p> + <p> Currently the C/C++ programming languages are supported on Unix like + systems. + </p> + <h2>Packages</h2> <p> No official release yet. Current development packages are being created by continuous integration: @@ -25,9 +29,20 @@ <li><a href="/pkg/amd64/citrun-0.dmg">Mac OS X amd64</a> </ul> </p> + <h2>Source</h2> - Current development sources are - <a href="/src/citrun-DEV.tar.gz">available here</a>. + </p> There are two methods available: + <ul> + <li>Development <a href="/src/citrun-DEV.tar.gz">tarball</a> or + <li>Read-only Git repository: http://git.0x30.net/citrun + </ul> + </p> + + <h2>Documentation</h2> + <pre><span class="prompt">$</span> man citrun_wrap </pre> + <p> The manual pages that come with the package should be enough to get you + going. If not then they should be improved. + </p> </div> </body>