---
title: Installation
---

You can get sortera in a variety of ways, the simplest being copying the cdn script tag below.

```html
<script src="//cdn.56k.guru/js/sortera/latest/sortera.min.js"></script>
```

Uncompressed version, useful in debugging purposes.

```html
<script src="//cdn.56k.guru/js/sortera/latest/sortera.js"></script>
```

#### Manual installation

 * Download latest [zipball](http://github.com/Hexagon/sortera/zipball/master/)
 * Unpack
 * Grab sortera.min.js from the [lib/](http://github.com/Hexagon/sortera/tree/master/lib) folder

#### Bower

```sh
bower install sortera
```

#### Npm

```sh
npm install sortera
```