diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ Before compiling Alacritty, you'll have to first clone the source code: ```sh -git clone https://github.com/jwilm/alacritty.git +git clone https://github.com/alacritty/alacritty.git cd alacritty ``` @@ -242,7 +242,7 @@ cp -r target/release/osx/Alacritty.app /Applications/ If you don't want to clone the repository, you can install Alacritty directly using cargo: ```sh -cargo install --git https://github.com/jwilm/alacritty +cargo install --git https://github.com/alacritty/alacritty ``` ### Debian/Ubuntu |