From b9733e922cfa222a53b4510e76e4b0829738ffa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Thu, 18 Jan 2024 20:12:23 +0100 Subject: [PATCH] chore(docs): update to use manim-slides render --- docs/source/reference/sharing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/sharing.md b/docs/source/reference/sharing.md index cd9466d9..c6e9258b 100644 --- a/docs/source/reference/sharing.md +++ b/docs/source/reference/sharing.md @@ -34,8 +34,8 @@ the key bindings might not be the same. Example: ```bash -# If you use ManimGl, replace `manim` with `manimgl` -manim example.py BasicExample +# If you use ManimGl, add `--GL` after `render` +manim-slides render example.py BasicExample # This or `manim-slides BasicExample` works since # `present` is implied by default