File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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
5250Check 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
7573Now 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```
8879composer require geekcom/phpjasper
8980```
90- Or in your 'composer.json' file add:
81+ Or in your file 'composer.json' add:
9182
9283``` javascript
9384{
You can’t perform that action at this time.
0 commit comments