
* add docsmg tool * moved to the correct scripts directory * removed test files * added install script and readme draft to docsmg
325 B
325 B
Docsmg
Steps to install
- Install rustup if its not already installed
- Update to the latest version of rust if you dont already have it with
rustup update
- Install the cli tool with
curl https://raw.githubusercontent.com/goauthentik/authentik/main/website/scripts/docsmg/install.sh | sh