Do not hard code versions in README

Hard coding versions in the README makes it harder to maintain, since every time
the default versions change in the build script you need to remember to update
the README.

Instead, refer to the source where those versions are defined.
This commit is contained in:
Vicente Olivert Riera 2022-07-04 12:01:16 +09:00
parent f0935b323f
commit 35b5d97ab7
No known key found for this signature in database
GPG key ID: 5DE0950419F6E531

View file

@ -9,7 +9,11 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
```bash
user@hostname$ ./build.sh
```
By default this will build alacritty v0.10.1 on Debian Buster.
The version of alacritty that will be built by default is specified in the
`VERSION` variable from the `build.sh` script.
The version of Debian that will be built for by default is specified in the
`IMAGE` variable from the `build.sh` script.
If you want to customize the build at runtime, use the following: