diff options
| -rw-r--r-- | doc/index.html | 42 |
1 files changed, 38 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 5e36566..795f21a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -39,6 +39,15 @@ <li> A POSIX-compliant implementation of make, or GNU make </li> + <li> + <a href="https://skarnet.org/software/execline/">execline</a> + </li> + <li> + <a href="https://skarnet.org/software/s6/">s6</a> + </li> + <li> + <a href="https://skarnet.org/software/s6-rc/">s6-rc</a> + </li> <li> <a href="//0x53.net/software/goetia/goetia-base">goetia-base</a> </li> @@ -55,14 +64,12 @@ </p> <h3>Download</h3> <ul> - <!-- <li> The current released version of goetia-freebsd is - <a href="./goetia-freebsd-0.0.1.0.tar.gz">0.0.1.0</a>. + <a href="./goetia-freebsd-0.3.0.0.tar.gz">0.3.0.0</a>. You can access its checksum - <a href="./goetia-freebsd-0.0.1.0.tar.gz.sha256">here</a>. + <a href="./goetia-freebsd-0.3.0.0.tar.gz.sha256">here</a>. </li> - --> <li> Alternatively, you can checkout a copy of the <a href="https://git.0x53.net/goetia-freebsd">goetia-freebsd git repository</a>: @@ -139,6 +146,33 @@ mount-run </li> </ul> + <h5>tty</h5> + <ul> + <li> + getty-0 + </li> + <li> + getty-1 + </li> + <li> + getty-2 + </li> + <li> + getty-3 + </li> + <li> + getty-4 + </li> + <li> + getty-5 + </li> + <li> + getty-6 + </li> + <li> + getty-7 + </li> + </ul> <h5>other</h5> <ul> <li> |
