Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ron190 authored Jul 15, 2024
1 parent 0e7cb05 commit c4cfcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Read about jSQL [features](https://github.com/ron190/jsql-injection/wiki/Feature
For programmers, access the generated [Maven reports](https://ron190.github.io/jsql-injection/site/) and [Sonar analysis](https://sonarcloud.io/dashboard?id=ron190%3Ajsql-injection) to analyze internal metrics, and open the [programming section](https://github.com/ron190/jsql-injection/wiki/Programming-jSQL) in the wiki for more details.

## Install
First, install :coffee: [Java](http://java.com) 11 or up to version 22, then download the latest jSQL [release](https://github.com/ron190/jsql-injection/releases/) and double-click on the file `jsql-injection-v0.100.jar` to run the software.
First, install :coffee: [Java](http://java.com) 11 or up to version 22, then download the latest jSQL [release](https://github.com/ron190/jsql-injection/releases/) and double-click on the file `jsql-injection-v0.101.jar` to run the software.

You can also type `java -jar jsql-injection-v0.100.jar` in your terminal to start the program.
You can also type `java -jar jsql-injection-v0.101.jar` in your terminal to start the program.

If you are using Kali Linux then get the latest version using command `sudo apt-get -f install jsql`, or make a system full upgrade with `apt update` then `apt full-upgrade`.

> [!NOTE]
> Download the latest version from GitHub: [jsql-injection-v0.100.jar](https://github.com/ron190/jsql-injection/releases/download/v0.100/jsql-injection-v0.100.jar)
> Download the latest version from GitHub: [jsql-injection-v0.101.jar](https://github.com/ron190/jsql-injection/releases/download/v0.101/jsql-injection-v0.101.jar)
___
## Screenshots
[![Database](https://github.com/ron190/jsql-injection/raw/master/web/images/v0.75/database-mini.png "Database")](https://github.com/ron190/jsql-injection/raw/master/web/images/v0.75/database.png)
Expand Down

0 comments on commit c4cfcfd

Please sign in to comment.