From 27ca92f2fd6ad42504b1c5a1234ab9ffa58930bd Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Sun, 8 Nov 2015 16:04:24 -0500 Subject: [PATCH] Add curl requirement to README. Fixes #224. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fc6a8..bef1d7f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The server must have `sqlite` and `php5-sqlite` installed, as well as the `rewri **Note:** For Apache v2.3.9 and later, virtual host for a site should have [`AllowOverride All`](http://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) for TaskBoard root directory. Otherwise, .htaccess files will be completely ignored. -**Optional:** to build minimized JavaScript and CSS (Install step 3) you must have a jre installed, tested with `openjdk-7-jre` and `openjdk-8-jre`. +**Optional:** to build minimized JavaScript and CSS (Install step 3) you must have curl and a jre installed, tested with `openjdk-7-jre` and `openjdk-8-jre`. ###Install