diff --git a/README.md b/README.md index ceccf68..3d6bff1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This API has just two features used in buidling any application the involves Use # Installation - Install [NodeJS](http://nodejs.org/en) and [PostgreSQL](https://www.postgresql.org/) on your machine - - Clone the repository `https://github.com/codestaintin/UserAPI.git` + - Clone the repository by running `git clone https://github.com/codestaintin/UserAPI.git` - Change to working directory to UserAPI `cd /UserAPI` - Run `npm install` to install all dependencies - It is advisable to install sequelize CLI globally to ease database migrations `npm install -g sequelize-cli` @@ -33,6 +33,4 @@ This API has just two features used in buidling any application the involves Use - [Medium](medium.com) A great and educating blog I learnt a lot from. - [StackOverflow](stackoverflow.com) My run to website in times of error and knowledge test. - [Github](github.com) For making it easy for me to get access to my repositories anywhere, anytime. Thanks!!!! - - [BenMalcom](https://github.com/benmalcom) Inspiring dude. Thanks!!!! - - [Nondefyde](https://github.com/nondefyde) Inspiring dude. Thanks!!!! - - [Scotch](scotch.io) For all the awesome tutorials. Thanks!!!! \ No newline at end of file + - [Scotch](scotch.io) For all the awesome tutorials. Thanks!!!!