Skip to content

Commit 16ac483

Browse files
author
Martin O'Hanlon
committed
updated pi install
1 parent 5ffe148 commit 16ac483

File tree

6 files changed

+30
-14
lines changed

6 files changed

+30
-14
lines changed

en/howto/install_raspberry_pi.md

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ i18n: en
88

99
If you're using the Raspberry Pi Foundation's official
1010
[Raspbian](https://www.raspberrypi.org/downloads/raspbian/)
11-
operating system you should use your preferred package management application
12-
and install `mu-editor`.
11+
operating system you can use the **Recommended Software** application to install **mu**.
1312

14-
## Step 1 - Open a Terminal
13+
## Step 1 - Update your Raspberry Pi
1514

1615
+ Open a terminal by selecting Accessories and Terminal from the menu
1716

@@ -20,24 +19,33 @@ and install `mu-editor`.
2019
<br/>
2120
</div>
2221

23-
## Step 2 - Install Mu
24-
25-
Enter the following commands to:
26-
27-
+ Update the repositories.
22+
+ Enter the following commands to update Raspbian
2823

2924
```bash
3025
sudo apt-get update
26+
sudo apt-get dist-upgrade
3127
```
3228

33-
+ Download and install Mu.
29+
## Step 2 - Install Mu
3430

35-
```bash
36-
sudo apt-get install mu
37-
```
31+
+ Open the Recommended Software application from the Preferences menu.
3832

3933
<div class="row">
40-
<img src="/img/en/howto/pi_install_mu.gif" alt="pi install mu" class="img-responsive center-block img-rounded movie"/>
34+
<img src="/img/en/howto/pi_open_rec_software.png" alt="pi open recommended software" class="img-responsive center-block img-rounded movie"/>
35+
<br/>
36+
</div>
37+
38+
+ Select Mu from the list of applications to install.
39+
40+
<div class="row">
41+
<img src="/img/en/howto/pi_rec_software_select_annotated.png" alt="select mu" class="img-responsive center-block img-rounded movie"/>
42+
<br/>
43+
</div>
44+
45+
+ Click OK to start the installation process.
46+
47+
<div class="row">
48+
<img src="/img/en/howto/pi_rec_software_install.png" alt="click ok" class="img-responsive center-block img-rounded movie"/>
4149
<br/>
4250
</div>
4351

@@ -48,4 +56,12 @@ sudo apt-get install mu
4856
<div class="row">
4957
<img src="/img/en/howto/pi_open_mu.png" alt="pi open mu" class="img-responsive center-block img-rounded movie"/>
5058
<br/>
51-
</div>
59+
</div>
60+
61+
<div id="admins" class="panel panel-warning">
62+
<div class="panel-heading"><h3 class="panel-title"><strong>Install from the command line</strong></h3></div>
63+
<div class="panel-body">
64+
<p>You can also install Mu from the command line using the command:</p>
65+
<p><code>sudo apt-get install mu-editor</code></p>
66+
</div>
67+
</div>

img/en/howto/pi_rec_software.png

250 KB
Loading
4.15 KB
Loading
81 KB
Loading
Loading
73.7 KB
Loading

0 commit comments

Comments
 (0)