From 2a70b4aae2d4a4dda4350fc4cad4c589fb6b1646 Mon Sep 17 00:00:00 2001 From: Bama <44502143+ObamaTheLlama114@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:53:11 -0500 Subject: [PATCH] website/scripts/docsmg: Updated README (#10678) * add docsmg tool * moved to the correct scripts directory * removed test files * added install script and readme draft to docsmg * fix install script * fixed issues * Revert "fixed issues" This reverts commit a51192025fe2f981b641b141a0df10e22e11d42a. * Revert "Revert "fixed issues"" This reverts commit ab68918fea03c0b3ae9641f3e7e4fe75cf0a8542. * added dotenv and updated readme * fixed install script * update readme to ensure that new installers of rust have envs loaded --- website/scripts/docsmg/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/scripts/docsmg/README.md b/website/scripts/docsmg/README.md index 51571cc4cd..516f574f28 100644 --- a/website/scripts/docsmg/README.md +++ b/website/scripts/docsmg/README.md @@ -4,6 +4,7 @@ 1. Verify that you have the latest version of rust installed - Install [rust](rustup.rs) or update rust to the latest version with `rustup update` + - If installing rust from scratch, you may need to run `. $HOME/.cargo/env` 2. Install the cli tool with `cargo install --git https://github.com/goauthentik/authentik --bin docsmg` ## Steps to use