From e0c3fc724478a6bd3eb12aba5f95fe221cb71d7f Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 5 Feb 2020 05:08:50 +0100 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cc644b..b26a6ef 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ Tarballs created with mkstage4 can be extracted with: tar xvjpf archive_name.tar.bz2 ``` -To preserve binary attributes and use numeric owner identifiers (considered good practice on Gentoo), you can simply append the relevant flags to the respective `tar` commands: +To preserve binary attributes and use numeric owner identifiers (considered good practice on Gentoo), you can simply append the relevant flags to the respective `tar` commands, e.g.: ```bash tar xvjpf archive_name.tar.bz2 --xattrs-include='*.*' --numeric-owner ``` -If you use the `-k` option, extract `src` and the modules separately +If you use the `-k` option, extract `src` and the modules separately: ```bash tar xvjpf archive_name.tar.bz2.kmod