From 96eb11803374ae379d801e98b82b70e9a61ae3e9 Mon Sep 17 00:00:00 2001 From: Camel Aissani Date: Sat, 9 Jul 2016 04:05:29 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index f1c72e3..d0d6207 100644 --- a/README.md +++ b/README.md @@ -28,26 +28,7 @@ $ npm install frontexpress ## Quick Start - The quickest way to get started with frontexpress is to clone [frontexpress-demo](https://github.com/camelaissani/frontexpress-demo) to generate an application as shown below: - - Clone the git repository: - -```bash -$ git clone git@github.com:camelaissani/frontexpress-demo.git -$ cd frontexpress-demo -``` - - Install dependencies: - -```bash -$ npm install -``` - - Start the server: - -```bash -$ npm start -``` + The quickest way to get started with frontexpress is to clone [frontexpress-demo](https://github.com/camelaissani/frontexpress-demo) ## Tests