Skip to content

Commit

Permalink
doc: fix the Git clone instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Sep 9, 2024
1 parent bd6c74f commit 091736a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/sphinx/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLPa
.. code-block:: shell
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
cd JSqlParser/
cd JSqlParser
mvn install
.. tab:: Gradle

.. code-block:: shell
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
cd JSqlParser/
cd JSqlParser
gradle publishToMavenLocal
Expand Down

0 comments on commit 091736a

Please sign in to comment.