From 2475b5cca74b962d0c27c031329d1ab7bbb05197 Mon Sep 17 00:00:00 2001 From: Joshua Fogg Date: Sat, 2 Oct 2021 17:25:08 +0100 Subject: [PATCH] Fixed README typos Missing sudos, double theme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c670075..381fcf7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Numix Plymouth -A Numix theme for Plymouth theme. +A Numix theme for Plymouth. ![example-plymouth](numix/loading2_42.png) @@ -11,15 +11,15 @@ Installing Plymouth themes from source is quite a convoluted process so strap in ```bash git clone https://github.com/numixproject/numix-plymouth-theme.git cd numix-plymouth-theme -make install +sudo make install ``` Then you need to apply the theme within Plymouth. For Debian/Ubuntu based distros run: ```bash -update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth 100 -update-alternatives --set default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth -update-initramfs -u +sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth 100 +sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth +sudo update-initramfs -u ``` ## Uninstall @@ -27,14 +27,14 @@ update-initramfs -u Uninstalling a Plymouth theme is similarly convoluted. To delete the theme files run ```bash -make uninstall +sudo make uninstall ``` Then you need to reapply the original theme. On Debian/Ubuntu based distros run: ```bash -update-alternatives --remove default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth -update-initramfs -u +sudo update-alternatives --remove default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth +sudo update-initramfs -u ``` ## Testing