diff --git a/README.md b/README.md index 7a4d34c..5657daa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # techs An aggregation of tech blogs. + +## Prerequisites +- Install nodejs + - `$ sudo apt install nodejs npm` + +## Usage +- `$ git clone https://github.com/techsHQ/techs.git` +- `$ cd techs/` +- `$ npm install` +- `$ node server.js`