Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connerbrooks committed Mar 25, 2014
1 parent 8fb365d commit 52b3650
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# Wearscript Pebble
#### Forked from meiguro/simplyjs
### Installation insttructions

* [wearscript-pebble api docs](http://www.wearscript.com/en/latest/pebble.html)
* Prerequisites
[Pebble Getting Started](https://developer.getpebble.com/2/getting-started/)
* Install Pebble SDK
* Install latest Pebble firmware (current 2.0.2)
* Install 2.0 BETA Android App

* Build client
* Build pebble app from top level directory
```
pebble build
```
* Send to pebble
```
pebble install --phone [ip address]
```
* Alternative install
### Installation insttructions
* Binary install
* Copy wearscript-pebble-[version].pbw from release/ folder to device (e.g. dropbox, drive, adb)
* Download to device, and open .pbw file.

* Building from source
* Prerequisites
[Pebble Getting Started](https://developer.getpebble.com/2/getting-started/)
* Install Pebble SDK
* Install latest Pebble firmware (current 2.0.2)
* Install 2.0 BETA Android App

* Build client
* Build pebble app from top level directory
```
pebble build
```
* Send to pebble
```
pebble install --phone [ip address]
```

0 comments on commit 52b3650

Please sign in to comment.