Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Fix build install instruction | Update README.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down