README: fix release target name in docs
authorTim-Philipp Müller <tim@centricular.com>
Fri, 12 Jun 2020 15:24:49 +0000 (16:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 Jun 2020 15:25:00 +0000 (16:25 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/94>

README.md

index bbaef17..bc4e563 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ gio open build/subprojects/gst-docs/GStreamer-doc/html/index.html
 You can also generate a release tarball of the portal with:
 
 ```
-ninja -C build gst-docs@release
+ninja -C build gst-docs@@release
 ```
 
 ### Adding a newly written plugin to the documentation