OLD | NEW |
1 <h1 id="lab_1_set_up_development_environment">Set Up Development Environment</h1
> | 1 <h1 id="lab_1_set_up_development_environment">Set Up Development Environment</h1
> |
2 | 2 |
3 <h2 id="dependencies_and_prerequisites">Dependencies and prerequisites</h2> | 3 <h2 id="dependencies_and_prerequisites">Dependencies and prerequisites</h2> |
4 | 4 |
5 <ul> | 5 <ul> |
6 <li><p><a href="https://tools.google.com/dlpage/chromesxs">Chrome Canary on Mac
and Windows</a> and <a href="http://www.chromium.org/getting-involved/dev-channe
l#TOC-Linux">Chromium Dev on Linux</a></p></li> | 6 <li><p><a href="https://tools.google.com/dlpage/chromesxs">Chrome Canary on Mac
and Windows</a> and <a href="http://www.chromium.org/getting-involved/dev-channe
l#TOC-Linux">Chromium Dev on Linux</a></p></li> |
7 <li><p>Open your preferred text editor. We have an under-development <a href="ht
tp://www.youtube.com/watch?v=x_FTILqlbsg&hd=1">Chrome apps plugin</a> for <a hre
f="http://www.sublimetext.com">Sublime</a>.</p></li> | 7 <li><p>Open your preferred text editor. We have an under-development <a href="ht
tp://www.youtube.com/watch?v=x_FTILqlbsg&hd=1">Chrome apps plugin</a> for <a hre
f="http://www.sublimetext.com">Sublime</a>.</p></li> |
8 </ul> | 8 </ul> |
9 | 9 |
10 <h2 id="set_up_chrome">Set up Chrome</h2> | 10 <h2 id="set_up_chrome">Set up Chrome</h2> |
(...skipping 17 matching lines...) Expand all Loading... |
28 <h2 id="set_up_workspace">Set up workspace</h2> | 28 <h2 id="set_up_workspace">Set up workspace</h2> |
29 | 29 |
30 <p>If you don't have it yet, <a href="https://help.github.com/articles/set-u
p-git">install git</a> and run:</p> | 30 <p>If you don't have it yet, <a href="https://help.github.com/articles/set-u
p-git">install git</a> and run:</p> |
31 | 31 |
32 <p><pre> | 32 <p><pre> |
33 git clone git://github.com/GoogleChrome/chrome-app-codelab.git | 33 git clone git://github.com/GoogleChrome/chrome-app-codelab.git |
34 </pre></p> | 34 </pre></p> |
35 | 35 |
36 <h2 id="what_39_s_next_">What's next?</h2> | 36 <h2 id="what_39_s_next_">What's next?</h2> |
37 | 37 |
38 <p>In <a href="app_codelab2_basic.html">2 - Create Basic App</a>, you will creat
e your first Chrome App!</p> | 38 <p>In <a href="app_codelab2_basic">2 - Create Basic App</a>, you will create you
r first Chrome App!</p> |
OLD | NEW |