Skip to content
Open
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# techs
An aggregation of tech blogs.

## Prerequisites
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need prerequisites 😛

- Install nodejs
- `$ sudo apt install nodejs npm`

## Usage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually prefer things to be in code blocks instead:

```console
$ npm install
$ node server.js
```

Usually, I also leave out git clone and cd.

- `$ git clone https://github.com/techsHQ/techs.git`
- `$ cd techs/`
- `$ npm install`
- `$ node server.js`