Fix links and formatting

pull/218/head
Rick Carlino 2016-12-27 14:22:22 -06:00
parent 9dd450f97a
commit 25f7312217
1 changed files with 15 additions and 8 deletions

View File

@ -2,24 +2,31 @@
# Farmbot OS
The "brains" of the Farmbot Project
## Installation
Instalation should be fairly straight forward, you will need a computer for this step.
(everything after this can be set up on a mobile device.)
### Windows users
1) download and install [Win32DiskImager](https://link.com).
2) download the [latest release](https://link.com).
3) insert an SD Card into your PC.
4) open Win32DiskImager, 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://link.com).
2) ```dd if=</path/to/file> of=/dev/<sddevice> bs=4```
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?
See the [FAQ](FAQ.md)
If your problem isn't solved there please file an issue on [Github](https://github.com/FarmBot/farmbot_os/issues/new)
# Want to Help?
[Low Hanging Fruit](https://github.com/FarmBot/farmbot_os/search?utf8=%E2%9C%93&q=TODO)
[Development](CONTRIBUTING.md)