From db2f130728a3a237a4210d6ed61663d81042e97b Mon Sep 17 00:00:00 2001 From: John Wedgbury Date: Fri, 8 Dec 2023 11:45:14 +0000 Subject: [PATCH] first commit --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a077c8..8d3a12d 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ Can be used in PHP without the need to install an additional extension. ## Dependencies -ZSTD - -Example: +ZSTD, example installation on Ubuntu: +```bash sudo apt install zstd - +```` ## Installation