From 7b56794118f9fc612a597eca757e12569c2f20f9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 17 Nov 2023 17:09:29 -0600 Subject: [PATCH] betterreadme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index da073f6..fa9bbf5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ ## Description Minimal groff web frontend +## Try it out + +Dependencies: `groff-base grap php-fpm`. +Run the following command and visit http://0.0.0.0:8000 in your browser. + +```shell +wget -qO - "https://gitlab.com/tavo-wasd/groff-web/-/raw/main/public/index.php" | php -S 0.0.0.0:8000 +``` + ## Installation Dependencies: