From ce227d49d1edb917f3f1cfd23ad67451d067d5f0 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 25 Sep 2022 14:57:30 -0700 Subject: [PATCH] Add installation instruction --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd3f3c6..c27e447 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ LURE is written in pure Go and has zero dependencies after it's built. The only --- +## Installation + +Binary releases are not provided currently. They will be provided once I have time to set up a CI pipeline. + +To install LURE, you'll need Go 1.18 or newer. Once installed, clone this repo and run `go build` inside, and then run `sudo install -Dm755 lure /usr/local/bin`. + +--- + ## Why? The AUR is an amazing feature, and it's one of the main reasons I use Arch on all my daily driver devices. It is really simple while providing really useful functionality. I feel such a solution shouldn't be stuck in only a single distro, so I made LURE.