Merge pull request #110 from atom/jl-get-started

Update Get Started with Quick Start Repository
This commit is contained in:
Jessica Lord 2015-10-30 12:06:41 -07:00
Родитель 5e3f0b1b9a 9eb5628912
Коммит 7eb5721140
1 изменённых файлов: 11 добавлений и 6 удалений

Просмотреть файл

@ -241,20 +241,25 @@ layout: default
</div>
<div class='row'>
<div class='ten columns offset-by-one'>
<h5>Download a <a href='https://github.com/atom/electron/releases'>prebuilt binary</a> or use <a href='https://www.npmjs.com/'>npm</a> to install from the command line, then check out the <a href="http://electron.atom.io/docs/latest/tutorial/quick-start/">Quick Start Guide</a>. Read the <a href="/docs/latest">documentation</a> or check out <a href="https://github.com/sindresorhus/awesome-electron" target="_blank">projects and build tools</a> created by the community.</h5>
<h5>Spin up the <a href='https://github.com/atom/electron-quick-start' target='_blank'>Quick Start</a> app to see Electron in action:</h5>
</div>
</div>
<div class='row'>
<div class='six columns offset-by-three'>
<div class='eight columns offset-by-two'>
<pre><code>
# Install the `electron` command globally
npm install electron-prebuilt -g
# Clone the Quick Start repository
git clone https://github.com/atom/electron-quick-start
# Install as a development dependency
npm install electron-prebuilt --save-dev
# Install the dependencies and run
npm install && npm run
</code></pre>
</div>
</div>
<div class='row'>
<div class='ten columns offset-by-one'>
<p>You can also checkout the full <a href='http://electron.atom.io/docs/latest/tutorial/quick-start/'>Quick Start Tutorial</a> or download a <a href='https://github.com/atom/electron/releases' target='_blank'>prebuilt binary</a> and read the <a href='/docs/latest'>documentation</a>.</p>
</div>
</div>
</div>
</div>
</section>