diff options
Diffstat (limited to 'README.md')
-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 |