From 02ff473241919ec7f3def56ece2000fb6f508c61 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Thu, 21 Sep 2023 15:01:59 -0700 Subject: [PATCH] Update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e1ca0..8db7d02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ LURE is written in pure Go and has zero dependencies after building. The only th The LURE install script will automatically download and install the appropriate LURE package on your system. To use it, simply run the following command: ```bash -curl https://www.elara.ws/lure.sh | bash +curl -fsSL lure.elara.ws/install | bash ``` **IMPORTANT**: This method is not recommended as it executes any code that is stored at that URL. In order to make sure nothing malicious is going to occur, download the script and inspect it before running.