diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-11 02:23:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 02:23:13 +0100 |
commit | c2c8d6bf371433a3158fda769829714c5b99f62a (patch) | |
tree | ef5e8624174aa108de8a7f62f09f0fa18904c2cf /INSTALL.md | |
parent | c34ec12c309695e4c14d8e50b5f3f54198f70775 (diff) | |
download | alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.tar.gz alacritty-c2c8d6bf371433a3158fda769829714c5b99f62a.zip |
Move Alacritty to organization
This fixes various outdated links pointing to the old jwilm/alacritty
repository.
Since `copypasta` now has its own github repository at
https://github.com/alacritty/copypasta, the sources have been removed
from Alacritty.
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 |