betterreadme
This commit is contained in:
parent
a2a132e053
commit
7b56794118
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue