summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/wayland.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/wayland.rst')
-rw-r--r--documentation/dev-manual/wayland.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/wayland.rst b/documentation/dev-manual/wayland.rst
index bcbf40acc5..097be9cbde 100644
--- a/documentation/dev-manual/wayland.rst
+++ b/documentation/dev-manual/wayland.rst
@@ -78,13 +78,13 @@ Alternatively, you can run Weston through the command-line interpretor
78(CLI), which is better suited for development work. To run Weston under 78(CLI), which is better suited for development work. To run Weston under
79the CLI, you need to do the following after your image is built: 79the CLI, you need to do the following after your image is built:
80 80
811. Run these commands to export ``XDG_RUNTIME_DIR``:: 81#. Run these commands to export ``XDG_RUNTIME_DIR``::
82 82
83 mkdir -p /tmp/$USER-weston 83 mkdir -p /tmp/$USER-weston
84 chmod 0700 /tmp/$USER-weston 84 chmod 0700 /tmp/$USER-weston
85 export XDG_RUNTIME_DIR=/tmp/$USER-weston 85 export XDG_RUNTIME_DIR=/tmp/$USER-weston
86 86
872. Launch Weston in the shell:: 87#. Launch Weston in the shell::
88 88
89 weston 89 weston
90 90