From 8ed5849596108ee38071faceec11ec749db8a626 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sat, 11 Nov 2023 04:26:11 +0100 Subject: [PATCH] refactor(os): Phrasing (#19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 321ada2..b86558c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Known options are as follows. ### Kernel downgrade -By default we install newest `linux` and `linux-headers` packages into a `chroot`. Once we're in that `chroot` we then install newest [AUR zfs-dkms package](https://aur.archlinux.org/packages/zfs-dkms). You may want to override `linux` and `linux-headers` versions we're installing to ensure you end up with a compatible mix between them and `zfs-dkms`. +By default we install newest `linux` and `linux-headers` packages into a `chroot`. Once we're in that `chroot` we then install newest [AUR zfs-dkms package](https://aur.archlinux.org/packages/zfs-dkms). You may want to override `linux` and `linux-headers` versions to ensure you end up with a compatible mix between them and `zfs-dkms`. For example: ```