Skip to content

Commit 091736a

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 bd6c74f commit 091736a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/sphinx/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ You will need to have ``JDK 8`` or ``JDK 11`` installed. Please note that JSQLPa
2525
.. code-block:: shell
2626
2727
git clone --depth 1 https://github.com/JSQLParser/JSqlParser.git
28-
cd JSqlParser/
28+
cd JSqlParser
2929
mvn install
3030
3131
.. tab:: Gradle
3232

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

0 commit comments

Comments
 (0)