From 7a91623af9a285da3e6a151dc04bb9f043332bea Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 5 Apr 2017 16:36:01 -0600 Subject: [PATCH] install via git --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94df00a..9a3d188 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Installs as `stunnel.js` with the alias `jstunnel` ### Install +```bash +npm install -g 'git+https://git@git.daplie.com/Daplie/node-tunnel-client.git#v1' +``` + +Or if you want to bow down to the kings of the centralized dictator-net: + ```bash npm install -g stunnel ```