Skip to content
Jakub Lekstan edited this page May 22, 2014 · 3 revisions

Publishing to npm:

  1. git clone the repo
  2. git submodule update --init --recursive
  3. cd deps/uriparser
  4. ./autogen.sh
  5. cd -
  6. npm publish
Clone this wiki locally