Skip to content

Commit

Permalink
Add melpa installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Sep 21, 2014
1 parent ba78b10 commit 9010e5e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This is a minor mode which provides convenient access to the refactoring
methods provided by
[php-refactoring-browser](https://github.com/QafooLabs/php-refactoring-browser).

## Installation

The recommended way to install php-refactor-mode is through package.el.
php-refactor-mode is available for installation through
[melpa](http://melpa.milkbox.net/).

Ensure that package-archives as been configured for melpa

(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)

Then install with

M-x package-refresh-contents
M-x package-install php-refactor-mode

## Usage

You must require the minor-mode and then enable it.
Expand Down

0 comments on commit 9010e5e

Please sign in to comment.