# Eludris CLI A simple command line utility to help you with setting up, managing and deploying your very own eludris instance in mere minutes. ## Installation You can easily install the Eludris CLI using cargo: ```sh cargo install eludris ``` The Eludris CLI is also available on the [AUR](https://aur.archlinux.org/packages/eludris): ```sh -S eludris ``` ## Usage You can find out more by reading the [CLI docs](https://eludevs.pages.dev/docs/cli) or by running the help command: ```sh eludris --help ```