Skip to content

Commit 2c3ddca

Browse files
ericmigiclaude
andcommitted
Update SDK installation page with Cloud IDE and new install instructions
- Add Cloud IDE promotion at the top of the page - Update phone installation instructions to use new Dev Connect feature - Add example app links for better learning resources - Replace IP-based installation with cloudpebble command 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5162ce3 commit 2c3ddca

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

source/sdk/index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ scripts:
2323
- sdk/index
2424
---
2525

26+
The easiest way to start building a Pebble watchface or app is with the [Cloud IDE](/sdk/cloud/) - no installation required. It runs entirely in your browser!
27+
28+
Otherwise, if you are somewhat command-line knowledgeable, you can follow the instructions below to install the SDK locally on your computer.
29+
2630
## Install dependencies
2731

2832
#### MacOS
@@ -93,15 +97,19 @@ Install the app on an emulator for the Pebble Time:
9397
pebble install --emulator basalt
9498
```
9599

96-
Or, install the app/watchface on your phone (replace IP with your phone's IP shown in the Pebble app):
100+
Or, install the app/watchface on your phone.
101+
102+
Requires the new Pebble mobile app (install at [rePebble.com/app](https://repebble.com/app)) -> go to Devices -> tap 3 dots -> Enable Dev Connect -> Sign into GitHub. Then back on your computer, run
97103

98104
```bash
99-
pebble install --phone IP
105+
pebble login # Sign into GitHub
106+
pebble install --cloudpebble
100107
```
101108

102109
#### Learn more
103110

104-
Check out the [Tutorials](/tutorials/) for a step-by-step guide on how
111+
The best way to learn is by checking out our examples apps: [weather](https://github.com/pebble-examples/pebblekit-js-weather/), [simple game](https://github.com/pebble-hacks/pandas-and-bananas/), [concentricity watchface](https://github.com/pebble-examples/concentricity/), and [many more](/examples)!
112+
or [Tutorials](/tutorials/) for a step-by-step guide on how
105113
to write a simple C Pebble application.
106114

107115
### Installation Problems?

0 commit comments

Comments
 (0)