setup-dowload
This commit is contained in:
parent
f9edd2de24
commit
19dd678f52
14
setup.html
14
setup.html
@ -16,17 +16,9 @@
|
|||||||
<header>
|
<header>
|
||||||
<h1 class="title">CTH-2016 / Setup (Git, Node, Sublime Text)</h1>
|
<h1 class="title">CTH-2016 / Setup (Git, Node, Sublime Text)</h1>
|
||||||
</header>
|
</header>
|
||||||
<nav id="TOC">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#git">Git</a></li>
|
|
||||||
<li><a href="#node.js">Node.js</a></li>
|
|
||||||
<li><a href="#sublime-text">Sublime Text</a></li>
|
|
||||||
<li><a href="#github">Github</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<h3 id="git">Git</h3>
|
<h3 id="git">Git</h3>
|
||||||
<h4 id="download">1. Download</h4>
|
<h4 id="download">1. Download</h4>
|
||||||
<p><a href="https://git-scm.com/downloads">Git dowload</a></p>
|
<p><a href="https://git-scm.com/downloads">Git dowload page</a> -- install current version</p>
|
||||||
<h4 id="test-installation">2. Test Installation</h4>
|
<h4 id="test-installation">2. Test Installation</h4>
|
||||||
<p>Open a terminal and type:</p>
|
<p>Open a terminal and type:</p>
|
||||||
<pre><code>$ git --version</code></pre>
|
<pre><code>$ git --version</code></pre>
|
||||||
@ -39,7 +31,7 @@ $ git config --global user.name "felix@miauw.org"</code></pre>
|
|||||||
<p>These credentials will be used to identify your work when committing to a git repository.</p>
|
<p>These credentials will be used to identify your work when committing to a git repository.</p>
|
||||||
<h3 id="node.js">Node.js</h3>
|
<h3 id="node.js">Node.js</h3>
|
||||||
<h4 id="download-1">1. Download</h4>
|
<h4 id="download-1">1. Download</h4>
|
||||||
<p><a href="https://nodejs.org/en/download/">Node.js download</a> -- install LTS verion v6.9.1</p>
|
<p><a href="https://nodejs.org/en/download/">Node.js download page</a> -- install LTS verion v6.9.1</p>
|
||||||
<h4 id="test-installation-1">2. Test Installation</h4>
|
<h4 id="test-installation-1">2. Test Installation</h4>
|
||||||
<p>Open a terminal and type:</p>
|
<p>Open a terminal and type:</p>
|
||||||
<pre><code>$ node --version</code></pre>
|
<pre><code>$ node --version</code></pre>
|
||||||
@ -47,7 +39,7 @@ $ git config --global user.name "felix@miauw.org"</code></pre>
|
|||||||
<pre><code>v6.9.1</code></pre>
|
<pre><code>v6.9.1</code></pre>
|
||||||
<h3 id="sublime-text">Sublime Text</h3>
|
<h3 id="sublime-text">Sublime Text</h3>
|
||||||
<h4 id="download-2">Download</h4>
|
<h4 id="download-2">Download</h4>
|
||||||
<p><a href="http://www.sublimetext.com/3">Sublime Text 3</a></p>
|
<p><a href="http://www.sublimetext.com/3">Sublime Text 3 download page</a></p>
|
||||||
<h3 id="github">Github</h3>
|
<h3 id="github">Github</h3>
|
||||||
<h4 id="create-account">Create account</h4>
|
<h4 id="create-account">Create account</h4>
|
||||||
<p><a href="https://github.com">Github</a></p>
|
<p><a href="https://github.com">Github</a></p>
|
||||||
|
|||||||
6
setup.md
6
setup.md
@ -6,7 +6,7 @@ title: CTH-2016 / Setup (Git, Node, Sublime Text)
|
|||||||
|
|
||||||
#### 1. Download
|
#### 1. Download
|
||||||
|
|
||||||
[Git dowload](https://git-scm.com/downloads)
|
[Git dowload page](https://git-scm.com/downloads) -- install current version
|
||||||
|
|
||||||
#### 2. Test Installation
|
#### 2. Test Installation
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ These credentials will be used to identify your work when committing to a git re
|
|||||||
|
|
||||||
#### 1. Download
|
#### 1. Download
|
||||||
|
|
||||||
[Node.js download](https://nodejs.org/en/download/) -- install LTS verion v6.9.1
|
[Node.js download page](https://nodejs.org/en/download/) -- install LTS verion v6.9.1
|
||||||
|
|
||||||
#### 2. Test Installation
|
#### 2. Test Installation
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ And you should have this printed out if the install has been successful:
|
|||||||
|
|
||||||
#### Download
|
#### Download
|
||||||
|
|
||||||
[Sublime Text 3](http://www.sublimetext.com/3)
|
[Sublime Text 3 download page](http://www.sublimetext.com/3)
|
||||||
|
|
||||||
### Github
|
### Github
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user