Add README.md file
This commit is contained in:
parent
a15fa817ba
commit
a906c97d3a
33
README.md
Normal file
33
README.md
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user