This commit is contained in:
Dennis Eichhorn 2024-01-02 23:34:19 +00:00
parent ec0e211a02
commit 8adf3f8a6f

View File

@ -98,6 +98,18 @@ sudo apt install redis-server
sudo phpenmod redis
```
#### Download tools
##### Windows
On windows you may want to download and install [wget](https://gnuwin32.sourceforge.net/packages/wget.htm)
##### Linux
```sh
sudo apt-get install wget
```
#### Html to Pdf (for Online Resource Watcher)
##### Windows