fix #4 don't force login in url
This commit is contained in:
parent
76fee917ea
commit
6287f13f2b
|
@ -13,12 +13,12 @@ Install
|
|||
|
||||
```bash
|
||||
# Install the latest of v1.x
|
||||
npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1'
|
||||
npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1'
|
||||
```
|
||||
|
||||
```bash
|
||||
# Install exactly v1.0.0
|
||||
npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1.0.0'
|
||||
npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1.0.0'
|
||||
```
|
||||
|
||||
### without git
|
||||
|
|
Loading…
Reference in New Issue