Skip to content
Open

Test #19

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
HELLO GIT
NOTHING TO SEE HERE, MOVE ALONG
=========

First time installation
-----------------------

Install [Git](http://git-scm.com/downloads) and
[Node.JS](http://nodejs.org/download/) and make sure you have both the
`git` and `node` commands in your command line path.

Click the "Fork" button above to make your own fork of this repository
(login to your Github account or create a new one when prompted), then
clone and install:

```bash
$ git clone git@github.com:[your-github-username]/hello-git.git
$ cd hello-git
$ npm install
```

Start the application
---------------------

```bash
$ node hello.js
```
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<h1>
<img src="hellocthulhu-right.png">
HELLO FINN
The Lovecraftian c(o)urse for gits
<img src="hellocthulhu-left.png">
</h1>
<ul>
Expand Down