boinc/doc/mac_simple.php

12 lines
292 B
PHP

<?php
require_once("docutil.php");
page_head("Simple Mac installation");
echo "
This installation is easy and simple.
It is based on Deep Thought from Greenkeeper Software,
which is documented
<a href=http://greenkeepersoftware.com/deepThought/documentation.html>here</a>.
";
page_tail();
?>