Update README.md
This commit is contained in:
parent
9851843fd9
commit
7e899c4d16
17
README.md
17
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue