aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-11 02:23:13 +0100
committerGitHub <noreply@github.com>2020-01-11 02:23:13 +0100
commitc2c8d6bf371433a3158fda769829714c5b99f62a (patch)
treeef5e8624174aa108de8a7f62f09f0fa18904c2cf /INSTALL.md
parentc34ec12c309695e4c14d8e50b5f3f54198f70775 (diff)
downloadalacritty-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 281e12a1..19efb42f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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