1
0
Fork 0

Add README.md file

This commit is contained in:
gardouille 2023-09-20 08:25:42 +02:00
parent a15fa817ba
commit a906c97d3a
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 33 additions and 0 deletions

33
README.md Normal file
View File

@ -0,0 +1,33 @@
# 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
```