fix
This commit is contained in:
parent
12a6232ac7
commit
c7a3ff7723
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-script:
|
validate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -6,8 +6,8 @@ os:
|
||||||
- windows
|
- windows
|
||||||
repo: https://github.com/alacritty/alacritty
|
repo: https://github.com/alacritty/alacritty
|
||||||
website: https://alacritty.org
|
website: https://alacritty.org
|
||||||
rev: break
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Alacritty
|
# Alacritty
|
||||||
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, [Linux](../../linux/Linux.md), [macOS](../../macos/macOS.md) and [Windows](../../windows/Windows.md).
|
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, [Linux](../../linux/Linux.md), [macOS](../../macos/macOS.md) and [Windows](../../windows/Windows.md).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue