From eeaab1869fd5a383ca8455f4b987ec9146f9d10e Mon Sep 17 00:00:00 2001
From: Project516 <138796702+Project516@users.noreply.github.com>
Date: Sat, 19 Jul 2025 00:05:13 -0500
Subject: [PATCH 1/3] Update getting-started.md
Add spacing around the notice
---
docs/getting-started.md | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 01f9ed83..964cf1d8 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -87,34 +87,37 @@ if you do not want to lose them!
Now it's time to write the image to the card.
-1. Download and install [Etcher v17](https://github.com/balena-io/etcher/releases/tag/v1.17.0) `Newer versions are broken and don't work with the ev3dev image!`
-2. Launch Etcher after it has finished installing.
+1. Download and install [Etcher v17](https://github.com/balena-io/etcher/releases/tag/v1.17.0)
+
+ `Newer versions are broken and don't work with the ev3dev image!`
+
+3. Launch Etcher after it has finished installing.
{% include /util/screenshot.html source="/images/etcher/home.png" caption="Etcher home screen" width="600px" %}
-3. Click the "Select image" button and browse to the folder where you
+4. Click the "Select image" button and browse to the folder where you
downloaded an ev3dev release. Select the file that you downloaded.
The release can be a `.img.zip` or `.img.xz`; whichever
you have will work with Etcher.
{% include /util/screenshot.html source="/images/etcher/image-selected.png" caption="Image chosen in Etcher" width="600px" %}
-4. Plug the SD card into your PC (if your PC doesn't have a micro SD
+5. Plug the SD card into your PC (if your PC doesn't have a micro SD
slot, you can use an adapter or external reader). Etcher should
detect the new device and display its information under the "Select
drive" step. Confirm that the selected drive is correct.
{% include /util/screenshot.html source="/images/etcher/drive-selected.png" caption="Drive selected in Etcher" width="600px" %}
-5. If you have multiple removable drives available, you may need to
+6. If you have multiple removable drives available, you may need to
use the "Change" button to select the proper device.
-6. When you are confident that you have selected the correct drive,
+7. When you are confident that you have selected the correct drive,
click "Flash!" and wait for the operation to complete.
{% include /util/screenshot.html source="/images/etcher/flash-started.png" caption="Etcher flashing the SD card" width="600px" %}
-7. If you arrive at this screen, you have successfully flashed your SD card and are ready to move on to the next step.
+8. If you arrive at this screen, you have successfully flashed your SD card and are ready to move on to the next step.
{% include /util/screenshot.html source="/images/etcher/success.png" caption="Etcher success screen" width="600px" %}
From 8f7ca39c31781d43a11cc0f5c54a92280e80e637 Mon Sep 17 00:00:00 2001
From: Project516 <138796702+Project516@users.noreply.github.com>
Date: Sat, 19 Jul 2025 00:15:21 -0500
Subject: [PATCH 2/3] Update getting-started.md
Fix numbering and make warning bold
---
docs/getting-started.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 964cf1d8..c0cd438d 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -89,9 +89,9 @@ Now it's time to write the image to the card.
1. Download and install [Etcher v17](https://github.com/balena-io/etcher/releases/tag/v1.17.0)
- `Newer versions are broken and don't work with the ev3dev image!`
+ **Newer versions are broken and don't work with the ev3dev image!**
-3. Launch Etcher after it has finished installing.
+2. Launch Etcher after it has finished installing.
{% include /util/screenshot.html source="/images/etcher/home.png" caption="Etcher home screen" width="600px" %}
From ef81a02d3196d8444f23b52d869ed799ffd6ea2f Mon Sep 17 00:00:00 2001
From: Project516 <138796702+Project516@users.noreply.github.com>
Date: Sat, 19 Jul 2025 00:20:39 -0500
Subject: [PATCH 3/3] Update getting-started.md
Fix numbering
---
docs/getting-started.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index c0cd438d..a7512dc5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -95,29 +95,29 @@ Now it's time to write the image to the card.
{% include /util/screenshot.html source="/images/etcher/home.png" caption="Etcher home screen" width="600px" %}
-4. Click the "Select image" button and browse to the folder where you
+3. Click the "Select image" button and browse to the folder where you
downloaded an ev3dev release. Select the file that you downloaded.
The release can be a `.img.zip` or `.img.xz`; whichever
you have will work with Etcher.
{% include /util/screenshot.html source="/images/etcher/image-selected.png" caption="Image chosen in Etcher" width="600px" %}
-5. Plug the SD card into your PC (if your PC doesn't have a micro SD
+4. Plug the SD card into your PC (if your PC doesn't have a micro SD
slot, you can use an adapter or external reader). Etcher should
detect the new device and display its information under the "Select
drive" step. Confirm that the selected drive is correct.
{% include /util/screenshot.html source="/images/etcher/drive-selected.png" caption="Drive selected in Etcher" width="600px" %}
-6. If you have multiple removable drives available, you may need to
+5. If you have multiple removable drives available, you may need to
use the "Change" button to select the proper device.
-7. When you are confident that you have selected the correct drive,
+6. When you are confident that you have selected the correct drive,
click "Flash!" and wait for the operation to complete.
{% include /util/screenshot.html source="/images/etcher/flash-started.png" caption="Etcher flashing the SD card" width="600px" %}
-8. If you arrive at this screen, you have successfully flashed your SD card and are ready to move on to the next step.
+7. If you arrive at this screen, you have successfully flashed your SD card and are ready to move on to the next step.
{% include /util/screenshot.html source="/images/etcher/success.png" caption="Etcher success screen" width="600px" %}