From 180bfe5d40bd6a99ca7e3392f9bff8790659d4a9 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Thu, 23 Jul 2026 21:26:45 +0100 Subject: [PATCH] The "z" flag to tar is redundant on extraction. It figures the compression method out from the magic number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919ba37de8..c07e29e74d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ RT is commercially-supported software. To purchase hosting, support, training, c 1. **Unpack this distribution other than where you want to install RT.** Your home directory or `/usr/local/src` are both fine choices. Change to that directory and run the following command: ``` - tar xzvf rt.tar.gz + tar xvf rt.tar.gz ``` 2. **Run the `configure` script.** To see the list of options, run: