# See new [eza-docker-build](https://git.101010.fr/gardouille/eza-docker-build) project and move to [Eza](https://github.com/eza-community/eza) fork. ## exa-docker-build This repository contains the source to build [Exa](https://github.com/ogham/exa). ### Usage Docker If you have [Docker](https://www.docker.com/) installed locally, just run the following: ```bash 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 ```bash user@hostname$ ./build.sh ```