Skip to content

Commit b39e0f4

Browse files
authored
Add screenshot of success page in Etcher (ev3dev#184)
1 parent dfdc1dc commit b39e0f4

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ Now it's time to write the image to the card.
122122

123123
{% include screenshot.html source="/images/etcher/flash-started.png" caption="Etcher flashing the SD card" width="600px" %}
124124

125+
7. If you arrive at this screen, you have successfully flashed your SD card and are ready to move on to the next step.
126+
127+
{% include screenshot.html source="/images/etcher/success.png" caption="Etcher success screen" width="600px" %}
125128
<br/>
126129

127130
<div class="alert alert-info" markdown="1">

images/etcher/success.png

50.7 KB
Loading

stylesheets/site-structure.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
}
3636

3737
// Alert icons
38-
.alert span.glyphicon {
38+
.alert span.glyphicon,
39+
.panel span.glyphicon {
3940
margin-right: 8px;
4041
}
4142

0 commit comments

Comments
 (0)