You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/07/26 15:18:25 UTC

[tika] branch main updated: bump versions in example commands (#448)

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new b83272c  bump versions in example commands (#448)
b83272c is described below

commit b83272cc996275724265334edd320e3e9b6f973b
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Mon Jul 26 11:18:18 2021 -0400

    bump versions in example commands (#448)
    
    Co-authored-by: epugh@opensourceconnections.com
---
 tika-server/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-server/README.md b/tika-server/README.md
index e0dbb38..7ecb773 100644
--- a/tika-server/README.md
+++ b/tika-server/README.md
@@ -50,14 +50,14 @@ Installing as a Service on Linux
 -----------------------
 To run as a service on Linux you need to run the `install_tika_service.sh` script.
 
-Assuming you have the binary distribution like `tika-server-1.24-bin.tgz`,
+Assuming you have the binary distribution like `tika-server-2.0.0-bin.tgz`,
 then you can extract the install script via:
 
-`tar xzf tika-server-1.24-bin.tgz tika-server-1.24-bin/bin/install_tika_service.sh --strip-components=2`
+`tar xzf tika-server-2.0.0-bin.tgz --strip-components=2 tika-server-2.0.0-bin/bin/install_tika_service.sh`
 
 and then run the installation process via:
 
-`./install_tika_service.sh  ./tika-server-1.24-bin.tgz`
+`./install_tika_service.sh  ./tika-server-2.0.0-bin.tgz`
 
 
 Usage