Files
authentik/website/scripts/docsmg/README.md
Bama d05e3e60c3 website/scripts/docsmg: Add install script and readme draft (#10659)
* add docsmg tool

* moved to the correct scripts directory

* removed test files

* added install script and readme draft to docsmg
2024-07-26 16:52:10 -05:00

8 lines
325 B
Markdown

# Docsmg
## Steps to install
1. Install [rustup](https://rustup.rs/) if its not already installed
2. Update to the latest version of rust if you dont already have it with `rustup update`
3. Install the cli tool with `curl https://raw.githubusercontent.com/goauthentik/authentik/main/website/scripts/docsmg/install.sh | sh`