Skip to content

Commit 52b3650

Browse files
committed
Update README.md
1 parent 8fb365d commit 52b3650

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# Wearscript Pebble
22
#### Forked from meiguro/simplyjs
3-
### Installation insttructions
3+
44
* [wearscript-pebble api docs](http://www.wearscript.com/en/latest/pebble.html)
5-
* Prerequisites
6-
[Pebble Getting Started](https://developer.getpebble.com/2/getting-started/)
7-
* Install Pebble SDK
8-
* Install latest Pebble firmware (current 2.0.2)
9-
* Install 2.0 BETA Android App
105

11-
* Build client
12-
* Build pebble app from top level directory
13-
```
14-
pebble build
15-
```
16-
* Send to pebble
17-
```
18-
pebble install --phone [ip address]
19-
```
20-
* Alternative install
6+
### Installation insttructions
7+
* Binary install
218
* Copy wearscript-pebble-[version].pbw from release/ folder to device (e.g. dropbox, drive, adb)
229
* Download to device, and open .pbw file.
10+
11+
* Building from source
12+
* Prerequisites
13+
[Pebble Getting Started](https://developer.getpebble.com/2/getting-started/)
14+
* Install Pebble SDK
15+
* Install latest Pebble firmware (current 2.0.2)
16+
* Install 2.0 BETA Android App
17+
18+
* Build client
19+
* Build pebble app from top level directory
20+
```
21+
pebble build
22+
```
23+
* Send to pebble
24+
```
25+
pebble install --phone [ip address]
26+
```

0 commit comments

Comments
 (0)