Skip to content

Commit 000878c

Browse files
authored
Merge pull request #1 from bishopb/patch-1
Documents one-shot npm install command
2 parents 3567710 + 26aaef0 commit 000878c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ git clone https://github.com/niiknow/vue-datatables-net
1414
cd vue-datatables-net
1515
npm install
1616
```
17+
18+
or in one command:
19+
20+
```
21+
npm install git+https://github.com/niiknow/vue-datatables-net.git
22+
```
1723

1824
To run locally (automatically launch firefox):
1925
```

0 commit comments

Comments
 (0)