diff options
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r-- | documentation/dev-manual/start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 23d5643d12..f90375471f 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -558,8 +558,8 @@ your Yocto Project build host: | |||
558 | access to external devices such as those connected through a USB | 558 | access to external devices such as those connected through a USB |
559 | port, but it automatically mounts your ``C:`` drive on ``/mnt/c/`` | 559 | port, but it automatically mounts your ``C:`` drive on ``/mnt/c/`` |
560 | (and others), which you can use to share deploy artifacts to be later | 560 | (and others), which you can use to share deploy artifacts to be later |
561 | flashed on hardware through Windows, but your build directory should | 561 | flashed on hardware through Windows, but your :term:`Build Directory` |
562 | not reside inside this mountpoint. | 562 | should not reside inside this mountpoint. |
563 | 563 | ||
564 | Once you have WSL 2 set up, everything is in place to develop just as if | 564 | Once you have WSL 2 set up, everything is in place to develop just as if |
565 | you were running on a native Linux machine. If you are going to use the | 565 | you were running on a native Linux machine. If you are going to use the |