One more thing

pull/218/head
Rick Carlino 2016-12-27 14:24:32 -06:00
parent 62579b7367
commit 96629354a1
1 changed files with 8 additions and 8 deletions

View File

@ -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=</path/to/file> of=/dev/<sddevice> bs=4``` or use [Etcher](https://etcher.io/).
1. download the [latest release](https://github.com/FarmBot/farmbot_os/releases).
2. ```dd if=</path/to/file> of=/dev/<sddevice> bs=4``` or use [Etcher](https://etcher.io/).
# Problems?