File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,26 @@ If you're using the Raspberry Pi Foundation's official
11
11
operating system you should use your preferred package management application
12
12
and install ` mu-editor ` .
13
13
14
- If you're familiar with a terminal it's as simple as typing:
14
+ ## Step 1
15
15
16
+ Open a terminal by selecting Accessories and Terminal from the menu
17
+
18
+ <div class =" row " >
19
+ <img src =" /img/en/howto/pi_open_terminal.png " alt =" pi open terminal " class =" img-responsive center-block img-rounded movie " />
20
+ <br />
21
+ </div >
22
+
23
+ ## Step 2
24
+
25
+ Enter the following command to download and install Mu.
26
+
27
+ ``` bash
28
+ sudo apt-get install mu
16
29
```
17
- apt-get install mu-editor
18
- ```
19
30
20
- Mu should be accessible from the desktop's menu.
31
+ <div class =" row " >
32
+ <img src =" /img/en/howto/pi_install_mu.gif " alt =" pi install mu " class =" img-responsive center-block img-rounded movie " />
33
+ <br />
34
+ </div >
35
+
36
+ Open Mu from by selecting it from the Programming menu.
You can’t perform that action at this time.
0 commit comments