From edf5b678255cc564d0f438b7949a24b0fe761082 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 27 Nov 2022 12:46:08 -0800 Subject: [PATCH] Mention install script in README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7e0a5..70983df 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,18 @@ LURE is written in pure Go and has zero dependencies after it's built. The only ## Installation +### Install script + +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.arsenm.dev/lure.sh | bash +``` + +**IMPORTANT**: This method is not recommended as it executes whatever code is stored at that URL. In order to make sure nothing malicious is going to occur, download the script and inspect it before running. + +### Packages + Distro packages and binary archives are provided at the latest Gitea release: https://gitea.arsenm.dev/Arsen6331/lure/releases/latest LURE is also available on the AUR as [lure-bin](https://aur.archlinux.org/packages/lure-bin) @@ -61,6 +73,5 @@ As mentioned before, LURE has zero dependencies after it's built. All functional ## Planned Features -- Automated install script - Automated docker-based testing tool - Web interface for repos \ No newline at end of file