Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / doc / nacldev / setup_app.inc
blob915076f140b9210f124a607c84c6683d190cc25b
1 Setup
2 -----
4 For this codelab, you will need to install the our
5 Beta NaCl Dev Environment App in your web browser.
7 .. raw:: html
9   <a href="https://chrome.google.com/webstore/detail/nacl-development-environm/aljpgkjeipgnmdpikaajmnepbcfkglfa"
10   target="_blank">Click here to install the environment.</a>
12 You will need to click "Install" to add the NaCl Dev Environment
13 to your browser.
15 NOTE: This environment will leave a substantial (800MB) payload in your
16 browser. See the cleanup section below to learn how to recover this space.
18 Once the installation is complete, run the app.
20 On the first run, it will download several packages.
21 Once download is complete, you should see a bash prompt::
23   bash.nmf-4.3$
25 .. include:: ../nacldev/web_tools_note.inc
27 .. include:: ../nacldev/navigating.inc
29 .. include:: ../nacldev/clipboard_app.inc
31 .. include:: ../nacldev/editing.inc
33 .. include:: ../nacldev/git.inc