diff options
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 2 | ||||
-rw-r--r-- | documentation/toaster-manual/start.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst index 4f71b58418..0da8326926 100644 --- a/documentation/toaster-manual/setup-and-use.rst +++ b/documentation/toaster-manual/setup-and-use.rst | |||
@@ -211,7 +211,7 @@ Be sure you meet the following requirements: | |||
211 | 211 | ||
212 | - If you are using Ubuntu, run the following:: | 212 | - If you are using Ubuntu, run the following:: |
213 | 213 | ||
214 | $ sudo apt-get install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev | 214 | $ sudo apt install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev |
215 | 215 | ||
216 | - If you are using Fedora or a RedHat distribution, run the | 216 | - If you are using Fedora or a RedHat distribution, run the |
217 | following:: | 217 | following:: |
diff --git a/documentation/toaster-manual/start.rst b/documentation/toaster-manual/start.rst index c687a82531..cab5d1f673 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 | |||
18 | the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might | 18 | the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might |
19 | also need to do an additional install of pip3. :: | 19 | also need to do an additional install of pip3. :: |
20 | 20 | ||
21 | $ sudo apt-get install python3-pip | 21 | $ sudo apt install python3-pip |
22 | 22 | ||
23 | Establishing Toaster System Dependencies | 23 | Establishing Toaster System Dependencies |
24 | ======================================== | 24 | ======================================== |