Simplified the installation instructions
This commit is contained in:
parent
fee505f7dd
commit
1bff7911fe
2 changed files with 5 additions and 9 deletions
12
README.md
12
README.md
|
@ -8,17 +8,13 @@ PHP Wrapper for Project Honey Pot. Compatible with PHP 5.3+ and HHVM.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The preferred installation method is via `composer`. First add the following
|
The preferred installation method is via `composer`. From the root of your
|
||||||
to your `composer.json`
|
project simply run:
|
||||||
|
|
||||||
```json
|
```shell
|
||||||
"require": {
|
composer require "joshtronic/php-projecthoneypot:dev-master"
|
||||||
"joshtronic/php-projecthoneypot": "dev-master"
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run `composer update`
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Josh Sherman",
|
"name": "Josh Sherman",
|
||||||
"email": "josh@gravityblvd.com",
|
"email": "hello@joshtronic.com",
|
||||||
"homepage": "http://joshtronic.com"
|
"homepage": "http://joshtronic.com"
|
||||||
}],
|
}],
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue