-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fb365d
commit 52b3650
Showing
1 changed file
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
``` |