From a84622e182236f31aa378c9ec0fdf8a9d07c4641 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 22 Dec 2022 14:00:06 -0800 Subject: [PATCH] Mention web interface in README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de74082..7c248bb 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ The documentation for LURE is in the [docs](docs) directory in this repo. --- +## Web Interface + +LURE now has a web interface! It's open source, licensed under the AGPLv3 (https://gitea.arsenm.dev/Arsen6331/lure-web) and is available at https://lure.arsenm.dev. + +--- + ## Repositories Unlike the AUR, LURE supports using multiple repos. Also unlike the AUR, LURE's repos are a single git repo containing all the build scripts. Inside each LURE repo, there should be a separate directory for each package containing a `lure.sh` script, which is a PKGBUILD-like build script for LURE. The default repository is hosted on Github: https://github.com/Arsen6331/lure-repo. @@ -75,5 +81,4 @@ As mentioned before, LURE has zero dependencies after it's built. All functional ## Planned Features -- Automated docker-based testing tool -- Web interface for repos \ No newline at end of file +- Automated docker-based testing tool \ No newline at end of file