Getting started
Installation
Section titled “Installation”Once you’ve got Bun running on your system, installing Anzeiger is as simple as:
# Install Anzeigere via bunbun install anzeiger
# Once that's done: Run itbunx anzeigerIn case you haven’t installed Bun yet, but want to give it (& Anzeiger, of course ;)) a try, you can find the official instructions on how to install Bun in their documentation.
Copied from there:
curl -fsSL https://bun.com/install | bashpowershell -c "irm bun.sh/install.ps1|iex"Security
Section titled “Security”Configuration
Section titled “Configuration”Anzeiger reads it’s configuration from a configuration file, which can be .yaml, .json, … (see Configuration). When the configuration file Anzeiger attempts to load does not exist, Anzeiger will guide you through a tiny onboarding and writes a basic configuration file which you can edit to make it fit your needs.
Install Plugins
Section titled “Install Plugins”Have a look at Install Plugins.