aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorVincent Olivert-Riera <vincent.olivert.riera@gmail.com>2021-07-29 15:10:10 +0200
committerGitHub <noreply@github.com>2021-07-29 13:10:10 +0000
commit96a098c358870e8be41921f19ed72810651106ae (patch)
treec105f05ce0f79b7cd8cae8c14b3dddefaf7e1cd8 /INSTALL.md
parentd85f53dbe343cc939acb1fad7b69ba52df81f8e9 (diff)
downloadalacritty-96a098c358870e8be41921f19ed72810651106ae.tar.gz
alacritty-96a098c358870e8be41921f19ed72810651106ae.zip
Add note about dependencies to Cargo Installation
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index fd6dbd70..6660d904 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -9,6 +9,9 @@ install it directly through cargo:
cargo install alacritty
```
+Note that you will still need to install the dependencies for your OS of choice.
+Please refer to the [Dependencies](#dependencies) section.
+
# Manual Installation
1. [Prerequisites](#prerequisites)