Skip to content

Commit 1b51466

Browse files
steveburnetttdcmeehan
authored andcommitted
Update Presto version in example command
1 parent 6438c4a commit 1b51466

File tree

1 file changed

+3
-1
lines changed
  • presto-docs/src/main/sphinx/installation

1 file changed

+3
-1
lines changed

presto-docs/src/main/sphinx/installation/cli.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Rename the JAR file to ``presto`` with the following command:
1616

1717
.. code-block:: none
1818
19-
mv presto-cli-0.286-executable.jar presto
19+
mv presto-cli-*-executable.jar presto
20+
21+
(Replace ``*`` in the example with the version number of the downloaded jar file)
2022

2123
Use ``chmod +x`` to make the renamed file executable:
2224

0 commit comments

Comments
 (0)