readme
This commit is contained in:
parent
7c727f71af
commit
f17ebd7311
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ Minimal groff web frontend
|
|||
```shell
|
||||
wget "https://gitlab.com/tavo-wasd/groff-web/-/archive/main/groff-web-main.tar.gz"
|
||||
tar -xvf groff-web-main.tar.gz
|
||||
|
||||
cp -r groff-web-main/public /var/www/groff-web
|
||||
cp groff-web-main/nginx.conf /etc/nginx/sites-available/groff-web.conf
|
||||
ln -s /etc/nginx/sites-available/groff-web.conf /etc/nginx/sites-enabled
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue