From 3f9c0b7b0c964f1e9f063136b5a3171bd639d31a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 7 Jan 2017 17:21:12 -0700 Subject: [PATCH] how to install from git --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1b2bdfb..710bf04 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,17 @@ Install ------- ```bash +# v2.x +npm install --global serve-https@2.x + +# v1.x npm install --global serve-https@1.x + +# master in git (via ssh) +npm install -g git+ssh://git@git.daplie.com:Daplie/serve-https + +# master in git (unauthenticated) +npm install -g git+https://git@git.daplie.com:Daplie/serve-https ``` ```bash