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 db4b04d commit bd6c74f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/sphinx/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLPa

.. code-block:: shell
git clone https://github.com/JSQLParser/JSqlParser.git
cd jsqlformatter
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
cd JSqlParser/
mvn install
.. tab:: Gradle

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

0 comments on commit bd6c74f

Please sign in to comment.