From 1eaf911604361ce50b1d449b4feb098d7795deeb Mon Sep 17 00:00:00 2001 From: Pebor <32438954+Pebor@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:32:52 +0100 Subject: [PATCH] Better wording when applying cosmic-sysext Per my opinion, >This will create a system-extension inside `cosmic-sysext`, that you can move (without renaming!) into e.g. `/var/lib/extensions`. could be worded differently, as 'inside' suggests to move the insides of `cosmic-sysext` into `/var/lib/extensions`, and not the whole folder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c1968..a1a30f7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ cd cosmic-epoch just sysext ``` -This will create a system-extension inside `cosmic-sysext`, that you can move (without renaming!) into e.g. `/var/lib/extensions`. +This will create a system-extension called `cosmic-sysext`, that you can move (without renaming!) into e.g. `/var/lib/extensions`. After starting systemd-sysext.service (`sudo systemctl enable --now systemd-sysext`) and refreshing (`sudo systemd-sysext refresh`) or rebooting *COSMIC* will be an available option in your favorite display manager.