Skip to content

Commit

Permalink
Update readme: remove update-grub as dependency and add g2tp link
Browse files Browse the repository at this point in the history
  • Loading branch information
mateosss committed Jul 24, 2020
1 parent 1e48167 commit 1668e8d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requests.

It is **strongly adviced** to put the downloaded files in some folder that will
not get deleted, as the main script `matter.py` is needed for future grub
updates made by your system. Also if you wan't to uninstall matter you should do
updates made by your system. Also if you wan't to uninstall matter you could do
it from there as well.

## Dependencies
Expand All @@ -41,11 +41,11 @@ Matter will inform you of any missing dependencies, but here is a list anyways:

- `inkscape` (**Main dependency**): This brings the `convert` command from
`imagemagick` with best svg to png conversion.
- `update-grub`, `grub-mkconfig`, and `grub-mkfont`: General grub utilities
needed, if you don't have these, please create an issue with more information
about your system as I've only worked on systems that have these commands.
- `grub2-theme-preview` (Optional): For testing results (`--test/-t` argument)
without rebooting.
- `grub-mkconfig` and `grub-mkfont`: General grub utilities needed, if you
don't have these, please create an issue with more information about your
system as I've only worked with ones that have these commands.
- [`grub2-theme-preview`](https://github.com/hartwork/grub2-theme-preview)
(Optional): For testing results (`--test/-t` argument) without rebooting.

# Usage

Expand Down

0 comments on commit 1668e8d

Please sign in to comment.