Skip to content

Commit b83272c

Browse files
authored
bump versions in example commands (apache#448)
Co-authored-by: [email protected]
1 parent 381b36e commit b83272c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tika-server/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Installing as a Service on Linux
5050
-----------------------
5151
To run as a service on Linux you need to run the `install_tika_service.sh` script.
5252

53-
Assuming you have the binary distribution like `tika-server-1.24-bin.tgz`,
53+
Assuming you have the binary distribution like `tika-server-2.0.0-bin.tgz`,
5454
then you can extract the install script via:
5555

56-
`tar xzf tika-server-1.24-bin.tgz tika-server-1.24-bin/bin/install_tika_service.sh --strip-components=2`
56+
`tar xzf tika-server-2.0.0-bin.tgz --strip-components=2 tika-server-2.0.0-bin/bin/install_tika_service.sh`
5757

5858
and then run the installation process via:
5959

60-
`./install_tika_service.sh ./tika-server-1.24-bin.tgz`
60+
`./install_tika_service.sh ./tika-server-2.0.0-bin.tgz`
6161

6262

6363
Usage

0 commit comments

Comments
 (0)