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 /README.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 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -26,7 +26,7 @@ The software is considered to be at a **beta** level of readiness -- there are a few missing features and bugs to be fixed, but it is already used by many as a daily driver. -Precompiled binaries are available from the [GitHub releases page](https://github.com/jwilm/alacritty/releases). +Precompiled binaries are available from the [GitHub releases page](https://github.com/alacritty/alacritty/releases). ## Further information @@ -140,7 +140,7 @@ scoop install alacritty ### Other Prebuilt binaries for Linux, macOS, and Windows can be downloaded from the -[GitHub releases page](https://github.com/jwilm/alacritty/releases). If your +[GitHub releases page](https://github.com/alacritty/alacritty/releases). If your desktop environment has trouble rendering the default SVG icons, you can find a prerendered SVG as well as simplified versions of the SVG in the `extra/logo/compat` directory. @@ -151,12 +151,12 @@ For Windows versions older than Windows 10 (October 2018 Update), Alacritty requires winpty to emulate UNIX's PTY API. The agent is a single binary (`winpty-agent.exe`) which **must** be in the same directory as the Alacritty executable and is available through the -[GitHub releases page](https://github.com/jwilm/alacritty/releases). +[GitHub releases page](https://github.com/alacritty/alacritty/releases). ## Configuration You can find the default configuration file with documentation for all available -fields on the [GitHub releases page](https://github.com/jwilm/alacritty/releases) for each release. +fields on the [GitHub releases page](https://github.com/alacritty/alacritty/releases) for each release. Alacritty looks for the configuration file at the following paths: @@ -191,7 +191,7 @@ that issue to keep up on the latest developments. **_Is it really the fastest terminal emulator?_** -In the terminals we've [benchmarked](http://github.com/jwilm/vtebench), +In the terminals we've [benchmarked](http://github.com/alacritty/vtebench), Alacritty is either faster or **way** faster than the others. If you've found a case where this isn't true, please report a bug. @@ -229,5 +229,5 @@ env WINIT_UNIX_BACKEND=x11 alacritty Alacritty is released under the [Apache License, Version 2.0]. -[Apache License, Version 2.0]: https://github.com/jwilm/alacritty/blob/master/LICENSE-APACHE +[Apache License, Version 2.0]: https://github.com/alacritty/alacritty/blob/master/LICENSE-APACHE [tmux]: https://github.com/tmux/tmux |