Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change the indications to install elephant.io

Fixes #151
  • Loading branch information
Taluu authored Mar 15, 2017
1 parent e08dfbf commit cf20d57
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,40 +28,7 @@ issue #135 !

Installation
============
You have multiple ways to install Elephant.io. If you are unsure what to do, go with
[the archive release](#archive-release).

Once the library is downloaded and extracted wherever you want it to be, it
should be loaded through a [PSR-4](http://www.php-fig.org/psr/psr-4/) autoload
mecanism, with a `Wisembly\ElepehantIO` prefix. This is not necessary with the
composer way, as it is handling this part by itself.

Archive Release
---------------
1. Download the most recent release from the [release page](https://github.com/Wisembly/elephant.io/releases)
2. Unpack the archive
3. Move the files somewhere in your project

Development version
-------------------
1. Install Git
2. `git clone git://github.com/Wisembly/elephant.io.git`

Via Composer
------------
1. Install composer in your project: `curl -s http://getcomposer.org/installer | php`
2. Create a `composer.json` file (or update it) in your project root:

```javascript

{
"require": {
"wisembly/elephant.io": "~3.0"
}
}
```

3. Install via composer : `php composer.phar install`
We are suggesting you to use composer, with the following : `php composer.phar require wisembly/elephant.io`. For other ways, you can check the release page, or the git clone urls.

Documentation
=============
Expand Down

0 comments on commit cf20d57

Please sign in to comment.