Merge pull request #110 from atom/jl-get-started
Update Get Started with Quick Start Repository
This commit is contained in:
Коммит
7eb5721140
17
index.html
17
index.html
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче