Skip to content

Getting started

Once you’ve got Bun running on your system, installing Anzeiger is as simple as:

Terminal window
# Install Anzeigere via bun
bun install anzeiger
# Once that's done: Run it
bunx anzeiger

In 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:

Terminal window
curl -fsSL https://bun.com/install | bash

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.

Have a look at Install Plugins.