From 96629354a180b2789c596e408ad58a26b7917834 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Tue, 27 Dec 2016 14:24:32 -0600 Subject: [PATCH] One more thing --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 52bac170..09c60962 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ Instalation should be fairly straight forward, you will need a computer for this ### Windows users -1. download and install [Etcher](https://etcher.io/). -2. download the [latest release](https://github.com/FarmBot/farmbot_os/releases). -3. insert an SD Card into your PC. -4. open Etcher, and select the `.img` file you just downloaded. -5. select your SD Card. -6. Burn. + 1. download and install [Etcher](https://etcher.io/). + 2. download the [latest release](https://github.com/FarmBot/farmbot_os/releases). + 3. insert an SD Card into your PC. + 4. open Etcher, and select the `.img` file you just downloaded. + 5. select your SD Card. + 6. Burn. ### Linux/OSX -1) download the [latest release](https://github.com/FarmBot/farmbot_os/releases). -2) ```dd if= of=/dev/ bs=4``` or use [Etcher](https://etcher.io/). + 1. download the [latest release](https://github.com/FarmBot/farmbot_os/releases). + 2. ```dd if= of=/dev/ bs=4``` or use [Etcher](https://etcher.io/). # Problems?