doc: add make help
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 21s

This commit is contained in:
2026-03-08 21:28:35 +01:00
parent 6ddea566f3
commit 37d6ea9e4a
2 changed files with 37 additions and 25 deletions

View File

@@ -18,26 +18,26 @@ Build an RPM package which will install several tools.
A `Makefile` is integrated to let you run some basic commands.
- To display some information about the project
- Display some information about the project
```shell
make help
make name
make version
make release
make build_arch
make arch
```
- To build a tarball:
- Build a tarball:
```shell
make tarball
```
- To build a rpm package:
- Build an rpm package:
```shell
rpmbuild -ba netoik-rp.spec
```
- To upload rpm package to Gitea repository
(env vars `GIT_PACKAGES_USERNAME` and `GIT_PACKAGES_TOKEN` needed):
- Upload rpm package to Gitea repository (env var `PKG_TOKEN` is required):
```shell
make upload
```