From 1a4ab5f0d7f9c1fc0589aadb0b5a72e193df2011 Mon Sep 17 00:00:00 2001 From: Syin Wu Date: Fri, 3 Nov 2023 11:19:44 +0800 Subject: [PATCH] fix installation errors in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b78bff9..2ffb9f9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ For Linux (NGINX or Kong) using the installer (list of supported/pre-compiled NG ```bash $ wget https://downloads.openappsec.io/open-appsec-install && chmod +x open-appsec-install -$ ./open-appsec-install –auto +$ ./open-appsec-install --auto ``` For Linux, if you’ve built your own package use the following commands: