diff options
Diffstat (limited to 'documentation/toaster-manual/start.rst')
-rw-r--r-- | documentation/toaster-manual/start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/toaster-manual/start.rst b/documentation/toaster-manual/start.rst index cab5d1f673..2d6474852a 100644 --- a/documentation/toaster-manual/start.rst +++ b/documentation/toaster-manual/start.rst | |||
@@ -40,7 +40,7 @@ command:: | |||
40 | $ pip3 install --user -r bitbake/toaster-requirements.txt | 40 | $ pip3 install --user -r bitbake/toaster-requirements.txt |
41 | 41 | ||
42 | The previous command installs the necessary Toaster modules into a local | 42 | The previous command installs the necessary Toaster modules into a local |
43 | python 3 cache in your ``$HOME`` directory. The caches is actually | 43 | Python 3 cache in your ``$HOME`` directory. The caches is actually |
44 | located in ``$HOME/.local``. To see what packages have been installed | 44 | located in ``$HOME/.local``. To see what packages have been installed |
45 | into your ``$HOME`` directory, do the following:: | 45 | into your ``$HOME`` directory, do the following:: |
46 | 46 | ||