diff --git a/setup.html b/setup.html index 2d1d937..48c7573 100644 --- a/setup.html +++ b/setup.html @@ -16,17 +16,9 @@

CTH-2016 / Setup (Git, Node, Sublime Text)

-

Git

1. Download

-

Git dowload

+

Git dowload page -- install current version

2. Test Installation

Open a terminal and type:

$ git --version
@@ -39,7 +31,7 @@ $ git config --global user.name "felix@miauw.org"

These credentials will be used to identify your work when committing to a git repository.

Node.js

1. Download

-

Node.js download -- install LTS verion v6.9.1

+

Node.js download page -- install LTS verion v6.9.1

2. Test Installation

Open a terminal and type:

$ node --version
@@ -47,7 +39,7 @@ $ git config --global user.name "felix@miauw.org"
v6.9.1

Sublime Text

Download

-

Sublime Text 3

+

Sublime Text 3 download page

Github

Create account

Github

diff --git a/setup.md b/setup.md index 38dabc6..57807bd 100644 --- a/setup.md +++ b/setup.md @@ -6,7 +6,7 @@ title: CTH-2016 / Setup (Git, Node, Sublime Text) #### 1. Download -[Git dowload](https://git-scm.com/downloads) +[Git dowload page](https://git-scm.com/downloads) -- install current version #### 2. Test Installation @@ -31,7 +31,7 @@ These credentials will be used to identify your work when committing to a git re #### 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 @@ -47,7 +47,7 @@ And you should have this printed out if the install has been successful: #### Download -[Sublime Text 3](http://www.sublimetext.com/3) +[Sublime Text 3 download page](http://www.sublimetext.com/3) ### Github