From b5505d47732c4cb109f8a272153fdffc9cb3a291 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Sat, 8 Jul 2023 15:43:08 +0200 Subject: [PATCH] readme + ci --- .github/dependabot.yml | 6 ------ readme.md | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index f87491c..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "" - directory: "/" - schedule: - interval: "weekly" diff --git a/readme.md b/readme.md index c7ee8c7..a4ba521 100644 --- a/readme.md +++ b/readme.md @@ -22,13 +22,14 @@ a simple UI comes as default, featuring : * 🥂 fast golang static server * 💑 easy multi account setup, read-only mode * ✨ PWA-able + * 🖥️ multi-platform support ### install / build [arch linux (AUR)](https://aur.archlinux.org/packages/gossa/) - e.g. `yay -S gossa` [nix](https://search.nixos.org/packages?channel=unstable&show=gossa&from=0&size=50&sort=relevance&type=packages&query=gossa) - e.g. `nix-shell -p gossa` -built blobs are available on the [release page](https://github.com/pldubouilh/gossa/releases) - or simply `make build` this repo. +binaries are available on the [release page](https://github.com/pldubouilh/gossa/releases) - or simply `make build` this repo. all builds are reproducible, checkout the hashes on the release page.