From 28990c45bbf1bd981190af88e2c2bdeac9c5e2f3 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 13 Dec 2018 20:33:05 +0100 Subject: [PATCH] Update Arch Linux install instructions (#63) added grub-btrfs to the official Arch Linux repos --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c1dfa..561d114 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,17 @@ Supports manual snapshots, snapper ... * Automatically generate `grub.cfg` if you use the provided systemd service. ## ### Installation : +#### Arch Linux + +``` +pacman -S grub-btrfs +``` + +### Manual + * Run `make install` or look into Makefile for instructions on where to put each file. -* Generate your Grub menu after installation for the changes to take effect. (on Arch linux use `grub-mkconfig -o /boot/grub/grub.cfg`) + +NOTE: Generate your Grub menu after installation for the changes to take effect. (on Arch Linux use `grub-mkconfig -o /boot/grub/grub.cfg`) ## ### Customization: