1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-03 06:22:34 +02:00

publish README to gh-pages (auto)

branch:       master
SHA:          7d02bb0fc0
range SHA:    92bf6a40113b...7d02bb0fc072
build id:     85509894
build number: 112
This commit is contained in:
koalyptus 2015-10-15 11:26:43 +00:00
parent f353814465
commit 93977025e7

View file

@ -24,12 +24,17 @@ solution
* Valuable support provided under a Premium request
## Getting started
Clone the repo using Git:
* Clone the repo using Git:
```shell
git clone --bare https://github.com/koalyptus/TableFilter.git
```
Alternatively you can [download](https://github.com/koalyptus/TableFilter/archive/master.zip) this repository.
* You can [download](https://github.com/koalyptus/TableFilter/archive/master.zip) this repository.
* Alternatively, install TableFilter files in your npm enabled project using:
```shell
npm install tablefilter --save
```
## Setup
Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the main js file in your page: