From 8adf3f8a6f99e5fc37269d196b416585f86ded31 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 2 Jan 2024 23:34:19 +0000 Subject: [PATCH] update --- setup/install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup/install.md b/setup/install.md index 85181f4..c4cfd6e 100755 --- a/setup/install.md +++ b/setup/install.md @@ -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