aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-11-02 20:53:41 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-11-02 20:53:41 +0300
commitc065fc6a2e399cd807b2ab74ad0fe4be0d2c6859 (patch)
treed264796cdbbbb84aecd5185c310111a8ddedbba5
parent39e1d866d3321bffd46502daa04dd68d6380b392 (diff)
downloadzerobin-c065fc6a2e399cd807b2ab74ad0fe4be0d2c6859.tar.gz
Put Node.js modules in proper place
-rw-r--r--README.md4
1 files 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