@@ -8,10 +8,9 @@ i18n: en
8
8
9
9
If you're using the Raspberry Pi Foundation's official
10
10
[ 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** .
13
12
14
- ## Step 1 - Open a Terminal
13
+ ## Step 1 - Update your Raspberry Pi
15
14
16
15
+ Open a terminal by selecting Accessories and Terminal from the menu
17
16
@@ -20,24 +19,33 @@ and install `mu-editor`.
20
19
<br />
21
20
</div >
22
21
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
28
23
29
24
``` bash
30
25
sudo apt-get update
26
+ sudo apt-get dist-upgrade
31
27
```
32
28
33
- + Download and install Mu.
29
+ ## Step 2 - Install Mu
34
30
35
- ``` bash
36
- sudo apt-get install mu
37
- ```
31
+ + Open the Recommended Software application from the Preferences menu.
38
32
39
33
<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_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 " />
41
49
<br />
42
50
</div >
43
51
@@ -48,4 +56,12 @@ sudo apt-get install mu
48
56
<div class =" row " >
49
57
<img src =" /img/en/howto/pi_open_mu.png " alt =" pi open mu " class =" img-responsive center-block img-rounded movie " />
50
58
<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 >
0 commit comments