mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-02-05 13:34:42 +03:00
Updated the install instructions
This commit is contained in:
parent
978989f4d4
commit
0ea1eef3aa
10
README.md
10
README.md
@ -9,10 +9,16 @@ This library requires a webserver running PHP 5.3+. Also, the root namespace for
|
|||||||
|
|
||||||
##Installation
|
##Installation
|
||||||
|
|
||||||
Simply include the `html.php` file.
|
Install is available using [Composer](http://getcomposer.org).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require canteen/html5 dev-master
|
||||||
|
```
|
||||||
|
|
||||||
|
Including using the Composer autoloader.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
include 'lib/html.php';
|
require vendor/autoload.php
|
||||||
```
|
```
|
||||||
|
|
||||||
##Usage
|
##Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user