Skip to content

Commit 9801e89

Browse files
hellcpSorixelle
authored andcommitted
Update the installation documentation for SDK 4
Signed-off-by: Stasia Michalska <[email protected]>
1 parent 1709daa commit 9801e89

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

source/_layouts/sdk/master.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<h3><a href="/sdk/">SDK</a></h3>
2525
</div>
2626
<ul>
27+
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk4/getting-started/">Getting Started with SDK 4</a></li>
2728
<li class="section-menu__item{% if page.menu_subsection == 'install' %} active{% endif %}"><a href="/sdk">Installation</a></li>
2829
<li class="section-menu__item{% if page.menu_subsection == 'cloud' %} active{% endif %}"><a href="/sdk/cloud">Cloud IDE</a></li>
2930
<li class="section-menu__item{% if page.collection == 'changelogs' %} open{% endif %}">

source/sdk4/getting-started.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,9 @@ guides listed below to help familiarize themselves with the new functionality.
2828

2929
## Getting Started
3030

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

33-
```bash
34-
$ brew update && brew upgrade pebble-sdk && pebble sdk install latest
35-
````
36-
37-
#### Mac OS X (Manual)
38-
1. Download the
39-
[SDK package]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-mac.tar.bz2).
40-
41-
2. Follow the [Mac manual installation instructions](/sdk/install/mac/).
42-
43-
####Linux
44-
Linux users should install the SDK manually using the instructions below:
45-
46-
1. Download the relevant package:
47-
[Linux (32-bit)]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-linux32.tar.bz2) |
48-
[Linux (64-bit)]({{ site.links.pebble_tool_root }}pebble-sdk-{{ site.data.sdk.pebble_tool.version }}-linux64.tar.bz2).
49-
50-
2. Install the SDK by following the
51-
[manual installation instructions](/sdk/install/linux/).
33+
You can also make use of the [Cloud IDE](/sdk/cloud).
5234

5335
## Blog Posts
5436

0 commit comments

Comments
 (0)