readme: updated disclaimers

This commit is contained in:
Luis Quiñones
2024-12-31 20:13:37 -05:00
committed by GitHub
parent 644676bbe0
commit de3806d97e

4
.github/README.md vendored
View File

@@ -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