From ef00c9f3775cfd4b636d2581f5985554534e35f9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 2 Jul 2019 22:39:33 -0400 Subject: [PATCH] add link to github.io site from README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1216ee..5e10d99 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ Rscons (https://github.com/holtrop/rscons) is an open-source build system for developers. Rscons is written in Ruby, and is inspired by [SCons](https://scons.org/) and [waf](https://waf.io/). + +See [https://holtrop.github.io/rscons/index.html](https://holtrop.github.io/rscons/index.html) for User Guide and Installation instructions.