From b7e68d931339f96f73c9f9cfb7662fd17d9e6370 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 17 Feb 2020 11:45:19 -0700 Subject: [PATCH] Added zip downloads to feature list and noted PHP Zip extension requirement in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07aea5f..bd96ad2 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,13 @@ Features - **File search** helps you locate the files you need quickly and efficiently. - **File hashes** instill confidence when downloading files through verification. - **Readme rendering** allows exposing the contents of READMEs directly on the page. + - **Zip downloads** for fetching an entire directory of files in a single action. Requirements ------------ - [PHP](https://php.net) >= 7.2 + - [PHP Zip](https://www.php.net/manual/en/book.zip.php) extension Installation ------------