Update Arch Linux install instructions (#63)

added grub-btrfs to the official Arch Linux repos
This commit is contained in:
Maxim Baz
2018-12-13 20:33:05 +01:00
committed by Antynea
parent 4c57fcbbf4
commit 28990c45bb

View File

@@ -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: