File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Multiplex is a set of data-structures and implementation of .Net LINQ methods in
27
27
28
28
<br />
29
29
## Get started
30
+ * [ How to install] ( #how-to-install )
30
31
* [ Basic syntax] ( #basic-syntax )
31
32
* [ The lambda notation] ( #the-lambda-notation )
32
33
* [ Executing a query] ( #executing-a-query )
@@ -46,6 +47,14 @@ Multiplex is a set of data-structures and implementation of .Net LINQ methods in
46
47
- [ Using legacy generator functions as Enumerable] ( #using-legacy-generator-functions-as-enumerable )
47
48
48
49
50
+ <br />
51
+ ### How to install
52
+ Several quick install options are available:
53
+ - Clone the repo: ` git clone https://github.com/multiplex/multiplex.js.git ` .
54
+ - Install with [ npm] ( https://www.npmjs.com/package/multiplexjs ) : ` npm install multiplexjs ` .
55
+ - Install with [ Bower] ( http://bower.io ) : ` bower install multiplex ` .
56
+ - Install with [ Jam] ( http://jamjs.org/ ) : ` jam install multiplex ` .
57
+
49
58
<br />
50
59
### Basic syntax
51
60
----------------------------
You can’t perform that action at this time.
0 commit comments