Update README.md

This commit is contained in:
Josh Stewart 2019-01-02 17:08:36 +11:00 committed by GitHub
parent 9851843fd9
commit 7e899c4d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -1 +1,18 @@
# SpeedyLoader
SpeedyLoader is a universal (Cross platform) firmware loader for Speeduino devices. It avoids the need for any compiling and allows the user to select a firmware version and then automatically downloads a pre-compiled version.
Currently in early development. Binaries will be made available when ready
## Install from Source
### Pre-Requisites
* NPM - https://www.npmjs.com/get-npm
* Git
### Installation steps
```
$ git clone https://github.com/noisymime/SpeedyLoader.git
$ cd SpeedyLoader
$ npm install
$ npm start
```