From 016f538c1ece889f33ef80352250d90c1648ba67 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Sat, 21 Jan 2017 13:34:07 +0530 Subject: [PATCH] Fix build install instruction | Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c119f27..89cad6b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Files for www.varnamproject.com # Running -* Install dependencies using `node install` +* Install dependencies using `npm install` * Run server using `node server.js` * You may need to compile the Varnam module yourself. Otherwise you may see errors like the following: `Error: dlopen(/Users/sdqali/src/play/varnamproject.com/node_modules/varnam.node, 1): no suitable image found. Did find:` ` /Users/sdqali/src/play/varnamproject.com/node_modules/varnam.node: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00`