Skip to content

Commit a1a69ac

Browse files
author
Martin O'Hanlon
authored
Merge pull request #1 from mu-editor/master
Bring up to date
2 parents eb3ac3b + 1870d7e commit a1a69ac

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

en/howto/install_raspberry_pi.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,26 @@ If you're using the Raspberry Pi Foundation's official
1111
operating system you should use your preferred package management application
1212
and install `mu-editor`.
1313

14-
If you're familiar with a terminal it's as simple as typing:
14+
## Step 1
1515

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
1629
```
17-
apt-get install mu-editor
18-
```
1930

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.

img/en/howto/pi_install_mu.gif

80.4 KB
Loading

img/en/howto/pi_open_terminal.png

190 KB
Loading

0 commit comments

Comments
 (0)