···3030- Full Disk Access detection and prompt on macOS
3131- Config file hot-reloading
32323333-## Building
3333+## Installation
34343535-I'm not distributing Restray yet, but if you're on [Nix/NixOS](https://nixos.org)/nix-darwin, just run `nix build` and see `result`, or add this repo to your flake and install the package :)
3535+Check this repository's [tags](https://tangled.org/devins.page/restray/tags) for build artifacts. I currently build+package for MacOS/Windows and build for Linux.
36363737-If you don't have Nix, install the dependencies from `flake.nix`'s devshell and use `just build` or `just package` to build/package for your current platform. You can also cross-compile to other platforms, for example `just build linux amd64` or `just package windows`.
3737+On MacOS you will need to [disable Gatekeeper/remove quarantine](https://disable-gatekeeper.github.io) from the `.app` as I cannot pay Apple $100 a year to get my app signed. Sorry.
38383939-Disclaimer: I've only tested the Linux build on Fedora Workstation so far.. not sure if it works on NixOS or other distributions yet. If someone can let me know that'd be great.
3939+## Compiling
4040+4141+If you're on [Nix(OS)](https://nixos.org)/nix-darwin, just run `nix build`. Or add this repo to your flake and install the package :)
4242+4343+If you aren't using Nix, install the dependencies from `flake.nix`'s devshell and use `just build` or `just package` to build/package for your current platform. You can also cross-compile to other platforms, for example `just build linux amd64` or `just package windows`.
40444145## Configuration
4246