We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e31fe commit 8bffe97Copy full SHA for 8bffe97
presto-docs/src/main/sphinx/installation/cli.rst
@@ -16,7 +16,9 @@ Rename the JAR file to ``presto`` with the following command:
16
17
.. code-block:: none
18
19
- mv presto-cli-0.286-executable.jar presto
+ mv presto-cli-*-executable.jar presto
20
+
21
+(Replace ``*`` in the example with the version number of the downloaded jar file)
22
23
Use ``chmod +x`` to make the renamed file executable:
24
0 commit comments