From ee7d3bf62c6587f79f6c43942b7854dea385bcc4 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Mon, 10 Mar 2014 16:26:50 +0900 Subject: [PATCH] Add an 'Install' section in README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d3a8ea6..0fafbc8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,24 @@ Yes! the only thing that's not *perfect* is my English. It's cool, isn't it? +Install +------- + +You can download the latest stable version with download links in [Github Page](http://noraesae.github.io/perfect-scrollbar/). You also can find all releases in [Releases](https://github.com/noraesae/perfect-scrollbar/releases) page. + +If you want to use the development version of the plugin, use the source files which are not minified. They're in the `src` directory. The development version may be unstable, but some known bugs can be fixed. + +``` +git clone https://github.com/noraesae/perfect-scrollbar.git +cd perfect-scrollbar/src +``` + +You can use [Bower](http://bower.io/) to install the plugin. The plugin is registered as `perfect-scrollbar`. + +``` +bower install perfect-scrollbar +``` + Requirements ------------