diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 864ba347245397df41e5b90aed2bb2ae92528197
parent e4a7f145462807dc720b8b1ec2d1a9e2a50d5a7f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 22 Jan 2025 22:03:18 +0100

feat: add homebrew

Diffstat:
Mindex.html | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -20,7 +20,7 @@ title: Home <ol class="default-ol"> <li> <p> - Download and install the diary from the Open Build Service: + On Linux, download and install the diary from the Open Build Service: </p> <table class="download"> <tr> @@ -44,6 +44,15 @@ title: Home </td> </tr> </table> + <p> + On MacOS, install with <a href="https://formulae.brew.sh/formula/diary">Homebrew</a>: + <code> + brew install diary + </code> + </p> + <p> + Check the <a href="https://code.in0rdr.ch/diary/file/README.md.html"><code>README</code></a> for further build options. + </p> </li> <li> <p>Set the EDITOR environment variable to your favourite text editor:</p>