diff options
author | Vincent Olivert-Riera <vincent.olivert.riera@gmail.com> | 2021-07-29 15:10:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 13:10:10 +0000 |
commit | 96a098c358870e8be41921f19ed72810651106ae (patch) | |
tree | c105f05ce0f79b7cd8cae8c14b3dddefaf7e1cd8 /INSTALL.md | |
parent | d85f53dbe343cc939acb1fad7b69ba52df81f8e9 (diff) | |
download | alacritty-96a098c358870e8be41921f19ed72810651106ae.tar.gz alacritty-96a098c358870e8be41921f19ed72810651106ae.zip |
Add note about dependencies to Cargo Installation
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |