This repository has been archived on 2023-10-09 . You can view files and clone it, but cannot push or open issues or pull requests.
See new eza-docker-build project and move to Eza fork.
exa-docker-build
This repository contains the source to build Exa.
Usage Docker
If you have Docker installed locally, just run the following:
user@hostname$ ./build-in-container.sh
By default this will build the last version on Debian Bookworm and put the
archive to target/
directory.
Build on current host
user@hostname$ ./build.sh
Description
Languages
Shell
100%