summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-06-03 17:16:44 +0200
committerChristian Duerr <contact@christianduerr.com>2019-06-03 17:16:44 +0200
commit019956fc11173dd174726856efe180ed22d0c3e2 (patch)
tree1f872ca6c869250c3cc3b8f4d7d7b2327375b493
parent6f7bb97a84c96f0a45901aaee9bb8eb71d53c145 (diff)
Change Gentoo emerge commandgentoo-install-deps
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b5ee8853..e7e02d76 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -156,7 +156,7 @@ Alacritty. Here's a `eopkg` command that should install all of them. If
something is still found to be missing, please open an issue.
```sh
-sudo eopkg install fontconfig-devel
+eopkg install fontconfig-devel
```
#### NixOS/Nixpkgs
@@ -175,7 +175,7 @@ command should install all of them. If something is still found to be missing,
please open an issue.
```sh
-emerge media-libs/fontconfig media-libs/freetype:2 sys-devel/make dev-util/cmake dev-util/pkgconfig
+emerge --onlydeps x11-terms/alacritty
```
#### Windows