From 40bd7b4307ccd5c614eff150aae9e99615ab3372 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 12:59:09 +0200 Subject: [PATCH] docs: use code-block Reviewed-by: Yonggang Luo Part-of: --- docs/drivers/asahi.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index a43ccfbe0f5..633b8d1fe4b 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -12,6 +12,8 @@ On macOS, the experimental Asahi driver may built with options: To use, set the ``DYLD_LIBRARY_PATH`` environment variable: +.. code-block:: console + DYLD_LIBRARY_PATH=/Users/nobody/mesa/build/src/gallium/targets/libgl-xlib/ glmark2 --reuse-context Only X11 apps are supported. XQuartz must be setup separately.