1
0
Fork 0
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.
exa-docker-build/README.md

23 lines
589 B
Markdown
Raw Permalink Normal View History

2023-10-09 11:55:48 +02:00
# 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
2023-08-07 18:16:38 +02:00
This repository contains the source to build [Exa](https://github.com/ogham/exa).
2023-10-09 11:55:48 +02:00
### Usage Docker
2023-08-07 18:16:38 +02:00
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.
2023-10-09 11:55:48 +02:00
### Build on current host
2023-08-07 18:16:38 +02:00
```bash
user@hostname$ ./build.sh
```