From 3983fc0227e0773404068fe224c797675a264bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 12 Apr 2022 12:27:23 +0200 Subject: README: recommend zstd over xz git archive automatically uses gzip when --output=*.tar.gz is used, but not for other extensions. Thus we need to invoke the compressor separately :( It's a good pattern to use a variable for the repeating number, so let's recommend that. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 60b7aae930..f75fb9d5a5 100644 --- a/README +++ b/README @@ -241,7 +241,7 @@ REQUIREMENTS: DESTDIR=... meson install -C build/ A tarball can be created with: - git archive --format=tar --prefix=systemd-222/ v222 | xz > systemd-222.tar.xz + v=250 && git archive --prefix=systemd-$v/ v$v | zstd >systemd-$v.tar.zstd When systemd-hostnamed is used, it is strongly recommended to install nss-myhostname to ensure that, in a world of -- cgit v1.2.1