From de3806d97eb69815ae9868524bf41da8b639e7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Tue, 31 Dec 2024 20:13:37 -0500 Subject: [PATCH] readme: updated disclaimers --- .github/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 84a35d8..5fa59e6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -28,14 +28,12 @@ inputs = { To integrate `Zen Browser` to your NixOS/Home Manager configuration, add the following to your `environment.systemPackages` or `home.packages` respectively: ```nix -# For now only 'x86_64-linux' is supported +# Only 'x86_64-linux' and 'aarch64-linux' are supported inputs.zen-browser.packages."${system}".default # beta inputs.zen-browser.packages."${system}".beta inputs.zen-browser.packages."${system}".twilight ``` -_With the end of the year just a few days away, **only the beta version is automatically updated**._ - Afterwards you can just build your configuration and start the `Zen Browser` ```shell