Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions source/_data/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2748,3 +2748,15 @@
-
- /guides/pebble-imeline/pin-structure
- /guides/pebble-timeline/pin-structure/
-
- /sdk/download/
- /sdk
-
- /sdk/install/mac/
- /sdk/#macos
-
- /sdk/install/linux/
- /sdk/#ubuntu
-
- /sdk/install/windows/
- /sdk/#windows
1 change: 1 addition & 0 deletions source/_layouts/sdk/master.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<h3><a href="/sdk/">SDK</a></h3>
</div>
<ul>
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk4/getting-started/">Getting Started with SDK 4</a></li>
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk">Installation</a></li>
<li class="section-menu__item{% if page.menu_subsection == 'cloud' %} active{% endif %}"><a href="/sdk/cloud">Cloud IDE</a></li>
<li class="section-menu__item{% if page.collection == 'changelogs' %} open{% endif %}">
Expand Down
22 changes: 2 additions & 20 deletions source/sdk4/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,9 @@ guides listed below to help familiarize themselves with the new functionality.

## Getting Started

#### Mac OS X (Homebrew)
Install the SDK by following the [installation instructions](/sdk).

```bash
$ brew update && brew upgrade pebble-sdk && pebble sdk install latest
````

#### Mac OS X (Manual)
1. Download the
[SDK package]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-mac.tar.bz2).

2. Follow the [Mac manual installation instructions](/sdk/install/mac/).

####Linux
Linux users should install the SDK manually using the instructions below:

1. Download the relevant package:
[Linux (32-bit)]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-linux32.tar.bz2) |
[Linux (64-bit)]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-linux64.tar.bz2).

2. Install the SDK by following the
[manual installation instructions](/sdk/install/linux/).
You can also make use of the [Cloud IDE](/sdk/cloud).

## Blog Posts

Expand Down