diff options
Diffstat (limited to 'documentation/dev-manual/wayland.rst')
| -rw-r--r-- | documentation/dev-manual/wayland.rst | 4 |
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 |
| 79 | the CLI, you need to do the following after your image is built: | 79 | the CLI, you need to do the following after your image is built: |
| 80 | 80 | ||
| 81 | 1. 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 | ||
| 87 | 2. Launch Weston in the shell:: | 87 | #. Launch Weston in the shell:: |
| 88 | 88 | ||
| 89 | weston | 89 | weston |
| 90 | 90 | ||
