Skip to content

Commit 4bb2c2b

Browse files
Update README.md
1 parent 1efc775 commit 4bb2c2b

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,11 @@ https://github.com/DataRole/api
1010

1111
## Installation ##
1212

13-
You can use **Composer** or simply **Download the Release**
14-
15-
### Composer
16-
17-
The preferred method is via [composer](https://getcomposer.org). Follow the
18-
[installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have
19-
composer installed.
20-
21-
Once composer is installed, execute the following command in your project root to install this library:
22-
23-
```sh
24-
composer require datarole/api
25-
```
26-
27-
Finally, be sure to include the autoloader:
28-
29-
```php
30-
require_once '/path/to/your-project/vendor/autoload.php';
31-
```
13+
You can simply **Download the Release**
3214

3315
### Download the Release
3416

35-
If you abhor using composer, you can download the package in its entirety. The [Releases](https://github.com/DataRole/api-client-php/releases) page lists all stable versions. Download any file
36-
with the name for a package including this library and its dependencies.
17+
You can download the package in its entirety. The [Releases](https://github.com/DataRole/api-client-php/releases) page lists all stable versions. Download any file with the name for a package including this library and its dependencies.
3718

3819
Uncompress the zip file you download, and include the autoloader in your project:
3920

0 commit comments

Comments
 (0)