summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
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