Skip to content

Commit 9df2a38

Browse files
author
Daniel Rodrigues Lima
committed
update readme.md
1 parent a12f339 commit 9df2a38

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Package to generate reports with [JasperReports 6.3.1](http://community.jasperso
4545
* [optional] [PostgreSQL Connector](https://jdbc.postgresql.org/download.html) (if you want to use database)
4646
* [optional] [Jaspersoft Studio](http://community.jaspersoft.com/project/jaspersoft-studio) (to draw and compile your reports)
4747

48-
##Installation
49-
5048
###Java
5149

5250
Check if you already have Java installed:
@@ -74,20 +72,13 @@ To install on windows visit the link-> [JDK](http://www.oracle.com/technetwork/p
7472

7573
Now run the `java -version` again and check if the output is ok.
7674

77-
##Installation Methods
78-
79-
1. Download repository:
80-
81-
[Lastest Release 1.5 in zip file:](https://github.com/geekcom/phpjasper/archive/1.6.zip)
82-
83-
[Lastest Release 1.5 in tar.gz file:](https://github.com/geekcom/phpjasper/archive/1.6.tar.gz)
84-
75+
##Installation
8576

86-
2. Install [Composer](http://getcomposer.org) if you don't have it.
77+
Install [Composer](http://getcomposer.org) if you don't have it.
8778
```
8879
composer require geekcom/phpjasper
8980
```
90-
Or in your 'composer.json' file add:
81+
Or in your file'composer.json' add:
9182

9283
```javascript
9384
{

0 commit comments

Comments
 (0)