From c065fc6a2e399cd807b2ab74ad0fe4be0d2c6859 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 2 Nov 2015 20:53:41 +0300 Subject: Put Node.js modules in proper place --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f389b4..b49af47 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ There is a simple test program in the [./nodejs](./nodejs) directory. It uses this library to encrypt a message and original SJCL running by [Node.js](https://nodejs.org) to decrypt: - $ # get nodejs and npm, e. g. on Debian; sudo apt-get install nodejs npm - $ npm install sjcl $ git clone https://github.com/zalora/zerobin.git $ cd zerobin $ cabal install --dependencies-only $ cabal install -f nodejs --ghc-option="-Werror" + $ # get nodejs and npm, e. g. on Debian; sudo apt-get install nodejs npm + $ npm install sjcl $ ./dist/build/zerobin-nodejs/zerobin-nodejs heinrich hertz -- cgit v1.2.3