From f5ab89abf93e865111681576da66674a04ef406b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Mar 2022 09:24:55 +0200 Subject: [PATCH] docs: Fix doc generation example They need to be generated from the devenv else it just hangs for no reason. See #1108 Part-of: --- subprojects/gst-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/README.md b/subprojects/gst-docs/README.md index fd569ed..5d8273e 100644 --- a/subprojects/gst-docs/README.md +++ b/subprojects/gst-docs/README.md @@ -51,7 +51,7 @@ From `gstreamer`: ``` meson build/ -ninja -C build subprojects/gst-docs/GStreamer-doc +./gst-env ninja -C build subprojects/gst-docs/GStreamer-doc ``` And browse the doc: -- 2.7.4