You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/04/26 00:54:40 UTC

[2/2] incubator-mynewt-site git commit: swapped the docker and native install versions in Quick Start This closes #169.

swapped the docker and native install versions in Quick Start
This closes #169.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/690d3130
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/690d3130
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/690d3130

Branch: refs/heads/master
Commit: 690d313073b22662fbf04e9752667399af262bf1
Parents: 2a94d2c
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Apr 25 17:45:39 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Apr 25 17:54:16 2017 -0700

----------------------------------------------------------------------
 docs/quick-start.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/690d3130/docs/quick-start.md
----------------------------------------------------------------------
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 002c487..dc72e6f 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -4,9 +4,10 @@ Apache Mynewt currently offers two ways to quickly get set up, each appealing to
 
 <br>
 
-* **Option 1:** All-in-one docker container that bundles Newt tool, developer toolchains and libraries. For this option, go to [Docker instructions](/DOCSLINK/os/get_started/docker/)
+* **Option 1:** Step-by-step instructions to install the Newt tool, developer toolchains and libraries natively on your computer. This is the recommended option. For this option, go to [Native Setup](/DOCSLINK/os/get_started/native_tools/)
+
+* **Option 2:** All-in-one docker container that bundles Newt tool, developer toolchains and libraries. This option is only for a quick look at the project. For this option, go to [Docker instructions](/DOCSLINK/os/get_started/docker/)
 
-* **Option 2:** Step-by-step instructions to install the Newt tool, developer toolchains and libraries natively on your computer. For this option, go to [Native Setup](/DOCSLINK/os/get_started/native_tools/)
 
 <br>