Skip to content

Commit

Permalink
Update Arch Linux install instructions (#63)
Browse files Browse the repository at this point in the history
added grub-btrfs to the official Arch Linux repos
  • Loading branch information
maximbaz authored and Antynea committed Dec 13, 2018
1 parent 4c57fcb commit 28990c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 28990c4

Please sign in to comment.