diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-02-29 12:27:17 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-02-29 12:27:17 +0800 |
commit | 6de363c133f3f5dbc9c6b80dc5ac87c7ec76b8d5 (patch) | |
tree | 4c85015c42c5ec813957719779f8f9113eae55c6 | |
parent | e848083c674e9b659983f9d67034518a7408cfaa (diff) | |
download | zerobin-6de363c133f3f5dbc9c6b80dc5ac87c7ec76b8d5.tar.gz |
README: build nodejs dependencies without -Werror
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ running by [Node.js](https://nodejs.org) to decrypt: $ git clone https://github.com/zalora/zerobin.git $ cd zerobin - $ cabal install --dependencies-only + $ cabal install -f nodejs --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 |