summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6eed7238..4a6eb252 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ Getting Started
To fetch the sources, build and install:
-::
+.. code::
git clone https://git.libcamera.org/libcamera/libcamera.git
cd libcamera
@@ -120,6 +120,8 @@ Using GStreamer plugin
To use GStreamer plugin from source tree, set the following environment so that
GStreamer can find it. This isn't necessary when libcamera is installed.
+.. code::
+
export GST_PLUGIN_PATH=$(pwd)/build/src/gstreamer
The debugging tool ``gst-launch-1.0`` can be used to construct a pipeline and