Skip to content

Commit 5bcd646

Browse files
committed
Update README.md
1 parent b7edea0 commit 5bcd646

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Multiplex is a set of data-structures and implementation of .Net LINQ methods in
2727

2828
<br/>
2929
## Get started
30+
* [How to install](#how-to-install)
3031
* [Basic syntax](#basic-syntax)
3132
* [The lambda notation](#the-lambda-notation)
3233
* [Executing a query](#executing-a-query)
@@ -46,6 +47,14 @@ Multiplex is a set of data-structures and implementation of .Net LINQ methods in
4647
- [Using legacy generator functions as Enumerable](#using-legacy-generator-functions-as-enumerable)
4748

4849

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+
4958
<br/>
5059
### Basic syntax
5160
----------------------------

0 commit comments

Comments
 (0)