summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/start.rst')
-rw-r--r--documentation/toaster-manual/start.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/start.rst b/documentation/toaster-manual/start.rst
index c687a82531..2d6474852a 100644
--- a/documentation/toaster-manual/start.rst
+++ b/documentation/toaster-manual/start.rst
@@ -18,7 +18,7 @@ to run the Yocto Project. To do this, follow the instructions in the
the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might
also need to do an additional install of pip3. ::
- $ sudo apt-get install python3-pip
+ $ sudo apt install python3-pip
Establishing Toaster System Dependencies
========================================
@@ -40,7 +40,7 @@ command::
$ pip3 install --user -r bitbake/toaster-requirements.txt
The previous command installs the necessary Toaster modules into a local
-python 3 cache in your ``$HOME`` directory. The caches is actually
+Python 3 cache in your ``$HOME`` directory. The caches is actually
located in ``$HOME/.local``. To see what packages have been installed
into your ``$HOME`` directory, do the following::