From 81bde02b03803c8a9f315f5b5b80395d94b539bb Mon Sep 17 00:00:00 2001 From: Antynea Date: Wed, 22 Sep 2021 17:07:44 +0200 Subject: [PATCH] Update "Installation section" * Update "Installation section": * Adds required dependencies * Indicates that the command "update-grub", is an alias to "grub-mkconfig" on Debian-like distributions. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a519cf6..1022be8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Refer to the [documentation](https://github.com/Antynea/grub-btrfs/blob/master/i ## ### Installation : #### Arch Linux - +The package is available in the community repository [grub-btrfs](https://archlinux.org/packages/community/any/grub-btrfs/) ``` pacman -S grub-btrfs ``` @@ -41,10 +41,13 @@ pacman -S grub-btrfs #### Manual * Run `make install` or look into Makefile for instructions on where to put each file. +* Dependencies: + * [btrfs-progs](https://archlinux.org/packages/core/x86_64/btrfs-progs/) + * [grub](https://archlinux.org/packages/core/x86_64/grub/) NOTE: Generate your Grub menu after installation for the changes to take effect. -On Arch Linux use `grub-mkconfig -o /boot/grub/grub.cfg`. - +On Arch Linux use `grub-mkconfig -o /boot/grub/grub.cfg`. +On Debian-like distribution `update-grub` is an alias to `grub-mkconfig ...` ## ### Customization :