Skip to content

Commit bd6c74f

Browse files
doc: fix the Git clone instructions
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent db4b04d commit bd6c74f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/sphinx/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLPa
2424

2525
.. code-block:: shell
2626
27-
git clone https://github.com/JSQLParser/JSqlParser.git
28-
cd jsqlformatter
27+
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
28+
cd JSqlParser/
2929
mvn install
3030
3131
.. tab:: Gradle
3232

3333
.. code-block:: shell
3434
35-
git clone https://github.com/JSQLParser/JSqlParser.git
36-
cd jsqlformatter
35+
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
36+
cd JSqlParser/
3737
gradle publishToMavenLocal
3838
3939

0 commit comments

Comments
 (0)