how to install from git
This commit is contained in:
parent
b04a79f46f
commit
3f9c0b7b0c
10
README.md
10
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
|
||||
|
|
Loading…
Reference in New Issue