1
0
Fork 0
eza-docker-build/README.md

34 lines
591 B
Markdown

# eza-docker-build
This repository contains the source to build
[Eza](https://github.com/eza-community/eza) bin and deb package.
## Usage Docker
If you have [Docker](https://www.docker.com/) installed locally, just run the following:
```bash
user@hostname$ ./build-deb-package-in-container.sh
```
or
```bash
user@hostname$ ./build-in-container.sh
```
By default this will build the last version with Debian Bookworm and put the
bin/package to `target/` directory.
## Build on current host
```bash
user@hostname$ ./build-deb.package.sh
```
or
```bash
user@hostname$ ./build.sh
```